We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc6dbb commit da7e3c3Copy full SHA for da7e3c3
.github/workflows/release.yml
@@ -107,4 +107,4 @@ jobs:
107
- uses: Swatinem/rust-cache@v2
108
109
- name: Publish
110
- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} || echo "Already published (skipping)"
0 commit comments