Skip to content

Commit da7e3c3

Browse files
committed
ci: tolerate already-published crate on tag re-push
1 parent dfc6dbb commit da7e3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ jobs:
107107
- uses: Swatinem/rust-cache@v2
108108

109109
- name: Publish
110-
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
110+
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} || echo "Already published (skipping)"

0 commit comments

Comments
 (0)