Skip to content

Commit

Permalink
chore: fix for npm publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgolub committed May 17, 2023
1 parent d50fb1f commit 770711a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm i
- name: Configure npm
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
cat .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
cat .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish

0 comments on commit 770711a

Please sign in to comment.