We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12110ea commit 3f4df8eCopy full SHA for 3f4df8e
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,6 @@ on:
10
- sysopkit
11
- "@sysopkit/linux"
12
- "@sysopkit/openwrt"
13
- - "@sysopkit/openwrt"
14
- "@sysopkit/cli"
15
increment:
16
type: choice
@@ -33,7 +32,7 @@ env:
33
32
34
jobs:
35
release:
36
- name: Release
+ name: Release ${{ github.event.inputs.package }} (${{ github.event.inputs.increment }})
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v6
0 commit comments