Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix version bump by removing confirmation check
  • Loading branch information
stuqdog authored Jul 14, 2023
1 parent 8fe6756 commit b6add2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: inputs.version != 'nobump'
run: |
cargo install cargo-release
cargo release version ${{ inputs.version }} --execute
cargo release version ${{ inputs.version }} --execute --no-confirm
- name: Which Version
id: which_version
Expand Down

0 comments on commit b6add2a

Please sign in to comment.