Skip to content

Commit

Permalink
chore: add run-name for release kbcli
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed May 24, 2024
1 parent 379f5b2 commit 158ba56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-kbcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}

run-name: Release KBCLI ${{ github.ref_name }}

jobs:
create-release-jihulab:
if: ${{ ! contains(github.ref_name, 'v0.5.') && ! contains(github.ref_name, 'v0.6.') && ! contains(github.ref_name, 'v0.7.') }}
Expand Down

0 comments on commit 158ba56

Please sign in to comment.