Skip to content

Commit ab34c74

Browse files
chore(ci): Remove workarounds for CI
Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
1 parent c5c6218 commit ab34c74

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)