Skip to content

Commit

Permalink
Fix version-bump.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 20, 2023
1 parent 66bbf12 commit 5bdb426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
### cli

- name: Bump cli Version
if: ${{ github.event.inputs.client == 'cli' }}
if: ${{ github.event.inputs.project == 'cli' }}
env:
VERSION: ${{ github.event.inputs.version_number }}
run: cargo-set-version set-version -p bws ${VERSION}
Expand Down

0 comments on commit 5bdb426

Please sign in to comment.