Skip to content

Commit 3f4df8e

Browse files
committed
Fix release CI workflow
1 parent 12110ea commit 3f4df8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- sysopkit
1111
- "@sysopkit/linux"
1212
- "@sysopkit/openwrt"
13-
- "@sysopkit/openwrt"
1413
- "@sysopkit/cli"
1514
increment:
1615
type: choice
@@ -33,7 +32,7 @@ env:
3332
3433
jobs:
3534
release:
36-
name: Release
35+
name: Release ${{ github.event.inputs.package }} (${{ github.event.inputs.increment }})
3736
runs-on: ubuntu-latest
3837
steps:
3938
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)