Skip to content

Commit

Permalink
ci: remove offline flag from cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Dec 10, 2023
1 parent 2c5b381 commit 3a0f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Update version
run: |
sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"${{ needs.test-for-release.outputs.new_release_version }}"'"/' Cargo.toml
cargo update --package bloop-box --offline
cargo update --package bloop-box
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 3a0f5cb

Please sign in to comment.