Skip to content

Commit

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

0 comments on commit 63b77d5

Please sign in to comment.