Skip to content

Commit 370ea38

Browse files
committed
ci: ci
1 parent e7df824 commit 370ea38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
title: $tag
3737
branch: main
3838
token: ${{ secrets.GITHUB_TOKEN }}
39-
- run: cargo publish --keep-going
39+
- run: cargo publish
40+
continue-on-error: true
4041
env:
4142
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
4243

0 commit comments

Comments
 (0)