Skip to content

Commit

Permalink
fix(ci): wasm-pack build
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent cf6dbcd commit c5cf4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: cargo install wasm-pack
if: ${{ steps.release.outputs.release_created }}
- run: wasm-pack build
if: ${{ steps.release.outputs.release_created }}
- run: wasm-pack pack
if: ${{ steps.release.outputs.release_created }}
- name: Update Package Name
Expand Down

0 comments on commit c5cf4e8

Please sign in to comment.