Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed Aug 26, 2023
1 parent 8902019 commit 5ee83ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wasm-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: cd si-emu-pkg
- run: npm publish
- run: |
cd si-emu-pkg
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 5ee83ab

Please sign in to comment.