Skip to content

Commit 445e5e3

Browse files
author
techartdev
committed
ci: skip scp2p-core publish if already on crates.io
1 parent 8704f21 commit 445e5e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207

208208
- name: Publish scp2p-core
209209
if: ${{ env.CARGO_REGISTRY_TOKEN != '' }}
210+
continue-on-error: true # skip gracefully if already published
210211
run: |
211212
cargo publish --package scp2p-core --no-verify
212213
sleep 20

0 commit comments

Comments
 (0)