Skip to content

Commit 3a0f5cb

Browse files
committed
ci: remove offline flag from cargo update
1 parent 2c5b381 commit 3a0f5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Update version
146146
run: |
147147
sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"${{ needs.test-for-release.outputs.new_release_version }}"'"/' Cargo.toml
148-
cargo update --package bloop-box --offline
148+
cargo update --package bloop-box
149149
150150
- name: Semantic Release
151151
uses: cycjimmy/semantic-release-action@v4

0 commit comments

Comments
 (0)