We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5b381 commit 3a0f5cbCopy full SHA for 3a0f5cb
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
- name: Update version
146
run: |
147
sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"${{ needs.test-for-release.outputs.new_release_version }}"'"/' Cargo.toml
148
- cargo update --package bloop-box --offline
+ cargo update --package bloop-box
149
150
- name: Semantic Release
151
uses: cycjimmy/semantic-release-action@v4
0 commit comments