We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc80a6 commit b5e03e7Copy full SHA for b5e03e7
.github/workflows/create-release-pr.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Update versions
26
id: update_versions
27
run: |
28
- cargo release version patch --execute
+ cargo release version ${{ inputs.level }} --execute --no-confirm
29
cargo update
30
NEW_VERSION=$(cargo metadata --no-deps --format-version 1 | jq -rc '.packages[] | select(.name=="worker") | .version')
31
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
0 commit comments