Skip to content

Commit 972925a

Browse files
authored
fix(ci): if publishing fails, continue anyway
1 parent 29ce29c commit 972925a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,6 @@ jobs:
9797

9898
- name: Release on crates.io
9999
uses: katyo/publish-crates@v2
100+
continue-on-error: true
100101
with:
101102
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)