We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a26f7 + 5a6009b commit 6e26063Copy full SHA for 6e26063
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Publish
17
run: |
18
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
+ cd multiaddr && cargo publish || true
+ cd ../secio && cargo publish || true
+ cd ../yamux && cargo publish || true
+ cd ../tentacle && cargo publish || true
0 commit comments