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 0bef713 commit 1cf96efCopy full SHA for 1cf96ef
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
branch: main
38
token: ${{ secrets.GITHUB_TOKEN }}
39
- run: cargo publish
40
+ continue-on-error: true
41
env:
42
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
43
0 commit comments