Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aduros committed Oct 23, 2021
1 parent 6afb203 commit 34074c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
- name: Publish to NPM
run: |
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish artifacts/wasm4-npm.tar.gz
npm publish ./artifacts/wasm4-npm.tar.gz
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 34074c5

Please sign in to comment.