Skip to content

Commit 8e52d09

Browse files
committed
ci: Update release commands
1 parent 8ca836e commit 8e52d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ jobs:
228228
- name: Build package and publish the crate to crates.io
229229
if: startsWith(github.ref, 'refs/tags/v')
230230
run: |
231-
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-core
232-
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-plugins
231+
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-core || true
232+
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-plugins || true
233233
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc

0 commit comments

Comments
 (0)