Skip to content

Commit b5e03e7

Browse files
authored
Do not confirm cargo version bump (#468)
1 parent 2cc80a6 commit b5e03e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Update versions
2626
id: update_versions
2727
run: |
28-
cargo release version patch --execute
28+
cargo release version ${{ inputs.level }} --execute --no-confirm
2929
cargo update
3030
NEW_VERSION=$(cargo metadata --no-deps --format-version 1 | jq -rc '.packages[] | select(.name=="worker") | .version')
3131
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)