Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed Aug 26, 2023
1 parent e771eb0 commit fa95fc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wasm-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
with:
node-version: 16

- name: Move to package directory
run: cd si-emu-pkg

- name: Publish to NPM
run: |
ls
cd si-emu-pkg
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fa95fc4

Please sign in to comment.