We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5c6218 + ab34c74 commit 97c153fCopy full SHA for 97c153f
.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