diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index 42f46c9..bf6dfac 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -128,13 +128,9 @@ jobs: run: rustup update stable --no-self-update && rustup default stable - name: Publish wasm-pkg-common working-directory: ./crates/wasm-pkg-common - # TODO: temporary hack because we can't noop publish. Will remove after release - continue-on-error: true run: cargo publish - name: Publish wasm-pkg-client working-directory: ./crates/wasm-pkg-client - # TODO: temporary hack because we can't noop publish. Will remove after release - continue-on-error: true run: cargo publish - name: Publish wasm-pkg-core working-directory: ./crates/wasm-pkg-core