Skip to content

Commit

Permalink
Merge branch 'main' into sdk-automation/models
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Aug 29, 2024
2 parents 7670dd1 + e701eb9 commit 684e685
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 684e685

Please sign in to comment.