Skip to content

Commit

Permalink
test npmrc file for gpr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 8, 2024
1 parent 5bd5c84 commit 8c19bc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
node-version: latest
registry-url: https://npm.pkg.github.com/
- run: |
cat .npmrc
echo registry=https://npm.pkg.github.com/ > .npmrc
echo always-auth=true >> .npmrc
echo _authToken=${{ github.token }} >> .npmrc
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 8c19bc7

Please sign in to comment.