Skip to content

Commit 97c153f

Browse files
authored
Merge pull request #97 from thomastaylor312/chore/remove_workaround
chore(ci): Remove workarounds for CI
2 parents c5c6218 + ab34c74 commit 97c153f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,9 @@ jobs:
128128
run: rustup update stable --no-self-update && rustup default stable
129129
- name: Publish wasm-pkg-common
130130
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
133131
run: cargo publish
134132
- name: Publish wasm-pkg-client
135133
working-directory: ./crates/wasm-pkg-client
136-
# TODO: temporary hack because we can't noop publish. Will remove after release
137-
continue-on-error: true
138134
run: cargo publish
139135
- name: Publish wasm-pkg-core
140136
working-directory: ./crates/wasm-pkg-core

0 commit comments

Comments
 (0)