Skip to content

Commit

Permalink
Debug npm
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Oct 2, 2024
1 parent 43be981 commit da2a15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
id: get_version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\/v/}
- run: cd pkg && npm --no-git-tag-version version ${{ steps.get_version.outputs.tag }}
- run: npm whoami
- run: cat $NPM_CONFIG_USERCONFIG
- name: Publish to npm
run: cd pkg && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Use npm token from secrets
run: |
cd pkg
npm publish --provenance --access public

0 comments on commit da2a15b

Please sign in to comment.