Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Mar 31, 2024
1 parent 922a004 commit 85198e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo clippy --verbose --all-features --all -- -D warnings

bump_version:
if: ${{ inputs.bumpLevel !== none }}
if: inputs.bumpLevel !== none
name: Bump version
runs-on: ubuntu-latest
needs: verify_build
Expand Down

0 comments on commit 85198e1

Please sign in to comment.