Navegador

ci: add workflow_dispatch to release-binaries for manual trigger

lmata 2026-03-23 04:33 trunk
Commit 1e364db043bb46ae4abef4869ca54f5738a2a7d3fab2a8a976bb77c5594f99fb
--- .github/workflows/release-binaries.yml
+++ .github/workflows/release-binaries.yml
@@ -1,10 +1,16 @@
11
name: Build Release Binaries
22
33
on:
44
release:
55
types: [published]
6
+ workflow_dispatch:
7
+ inputs:
8
+ tag:
9
+ description: "Release tag to attach binaries to (e.g. v0.1.0)"
10
+ required: true
11
+ default: "v0.1.0"
612
713
permissions:
814
contents: write
915
1016
jobs:
@@ -66,6 +72,7 @@
6672
navegador/cli/commands.py
6773
6874
- name: Upload binary to release
6975
uses: softprops/action-gh-release@v2
7076
with:
77
+ tag_name: ${{ github.event.inputs.tag || github.ref_name }}
7178
files: dist/navegador-${{ matrix.target }}${{ matrix.ext }}
7279
--- .github/workflows/release-binaries.yml
+++ .github/workflows/release-binaries.yml
@@ -1,10 +1,16 @@
1 name: Build Release Binaries
2
3 on:
4 release:
5 types: [published]
 
 
 
 
 
 
6
7 permissions:
8 contents: write
9
10 jobs:
@@ -66,6 +72,7 @@
66 navegador/cli/commands.py
67
68 - name: Upload binary to release
69 uses: softprops/action-gh-release@v2
70 with:
 
71 files: dist/navegador-${{ matrix.target }}${{ matrix.ext }}
72
--- .github/workflows/release-binaries.yml
+++ .github/workflows/release-binaries.yml
@@ -1,10 +1,16 @@
1 name: Build Release Binaries
2
3 on:
4 release:
5 types: [published]
6 workflow_dispatch:
7 inputs:
8 tag:
9 description: "Release tag to attach binaries to (e.g. v0.1.0)"
10 required: true
11 default: "v0.1.0"
12
13 permissions:
14 contents: write
15
16 jobs:
@@ -66,6 +72,7 @@
72 navegador/cli/commands.py
73
74 - name: Upload binary to release
75 uses: softprops/action-gh-release@v2
76 with:
77 tag_name: ${{ github.event.inputs.tag || github.ref_name }}
78 files: dist/navegador-${{ matrix.target }}${{ matrix.ext }}
79

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button