diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 5bcc39372..a86b27655 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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}