Skip to content

Commit

Permalink
fix npmrc auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 8, 2024
1 parent 0ded344 commit b4d8619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: |
echo registry=https://npm.pkg.github.com/ > .npmrc
echo always-auth=true >> .npmrc
echo _authToken=${{ github.token }} >> .npmrc
echo //npm.pkg.github.com/:_authToken=${{ github.token }} >> .npmrc
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit b4d8619

Please sign in to comment.