Skip to content

Commit

Permalink
Update npmpublish.yml (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk authored Aug 29, 2024
1 parent 052eb8d commit e701eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: |
npm install
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
npm run build
npm publish
env:
Expand Down

0 comments on commit e701eb9

Please sign in to comment.