Skip to content

Commit 0c0085c

Browse files
chore(*): Updates versions and dependencies
This also updates the pipeline to publish the wkg-core crate Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
1 parent eafbb6d commit 0c0085c

File tree

4 files changed

+302
-281
lines changed

4 files changed

+302
-281
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
- name: Publish wasm-pkg-client
119119
working-directory: ./crates/wasm-pkg-client
120120
run: cargo publish
121+
- name: Publish wkg-core
122+
working-directory: ./crates/wkg-core
123+
run: cargo publish
121124
- name: Publish wkg
122125
working-directory: ./crates/wkg
123126
run: cargo publish

0 commit comments

Comments
 (0)