Skip to content

Commit

Permalink
Merge pull request #97 from thomastaylor312/chore/remove_workaround
Browse files Browse the repository at this point in the history
chore(ci): Remove workarounds for CI
  • Loading branch information
calvinrp authored Oct 1, 2024
2 parents c5c6218 + ab34c74 commit 97c153f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97c153f

Please sign in to comment.