Skip to content

Commit 5a6009b

Browse files
committed
ci: ignore already publish error by cargo
1 parent 74a26f7 commit 5a6009b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Publish
1717
run: |
1818
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
19-
cd multiaddr && cargo publish
20-
cd ../secio && cargo publish
21-
cd ../yamux && cargo publish
22-
cd ../tentacle && cargo publish
19+
cd multiaddr && cargo publish || true
20+
cd ../secio && cargo publish || true
21+
cd ../yamux && cargo publish || true
22+
cd ../tentacle && cargo publish || true

0 commit comments

Comments
 (0)