Skip to content

Commit

Permalink
added .npmrc and renamed NPM_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran committed Mar 15, 2023
1 parent 6b0d2f1 commit c3d0796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- run: npm publish
if: github.event_name == 'release'
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions lib/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

0 comments on commit c3d0796

Please sign in to comment.