Skip to content

Commit

Permalink
node auth
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Jan 3, 2024
1 parent 7228182 commit 98ecf26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ jobs:
run: npm run pack

- name: Publish package to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm whoami
npm publish
Expand Down

0 comments on commit 98ecf26

Please # to comment.