Skip to content

Commit

Permalink
fix: change npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
gusintheeshell authored Nov 2, 2023
1 parent 278c2b9 commit c584d6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:

- name: Build and Publish
run: npm publish

- name: Configure .npmrc for public npm
run: echo -e "//registry.npmjs.org/:_authToken=\${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Publish to public npm
run: npm publish

0 comments on commit c584d6b

Please sign in to comment.