We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c6218 commit ab34c74Copy full SHA for ab34c74
.github/workflows/publish-binaries.yml
@@ -128,13 +128,9 @@ jobs:
128
run: rustup update stable --no-self-update && rustup default stable
129
- name: Publish wasm-pkg-common
130
working-directory: ./crates/wasm-pkg-common
131
- # TODO: temporary hack because we can't noop publish. Will remove after release
132
- continue-on-error: true
133
run: cargo publish
134
- name: Publish wasm-pkg-client
135
working-directory: ./crates/wasm-pkg-client
136
137
138
139
- name: Publish wasm-pkg-core
140
working-directory: ./crates/wasm-pkg-core
0 commit comments