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 8ca836e commit 8e52d09Copy full SHA for 8e52d09
.github/workflows/release.yml
@@ -228,6 +228,6 @@ jobs:
228
- name: Build package and publish the crate to crates.io
229
if: startsWith(github.ref, 'refs/tags/v')
230
run: |
231
- cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-core
232
- cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-plugins
+ cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-core || true
+ cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc-plugins || true
233
cargo publish --token=${{ secrets.CRATES_TOKEN }} -p devrc
0 commit comments