tweaking npm publish command

This commit is contained in:
Andy Pack 2025-02-14 23:53:32 +00:00
parent 26479b96d7
commit f343d2c7ea
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -61,6 +61,6 @@ jobs:
- name: Publish
working-directory: ./finlib-wasm/pkg
run: npm publish --provenance --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}