Skip to content

Commit

Permalink
release test 8 (#13)
Browse files Browse the repository at this point in the history
* release test 8 and wasm-pack improvement

* update
  • Loading branch information
michaelangeloio authored Nov 7, 2023
1 parent 97bb17d commit 417a2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
override: true

- name: Install wasm-pack
run: cargo install wasm-pack
uses: jetli/wasm-pack-action@0d096b08b4e5a7de8c28de67e11e945404e9eefa
with:
version: 'latest'

- name: Install dependencies
run: bun install
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
override: true

- name: Install wasm-pack
run: cargo install wasm-pack
uses: jetli/wasm-pack-action@0d096b08b4e5a7de8c28de67e11e945404e9eefa
with:
version: 'latest'

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 417a2cb

Please sign in to comment.