Skip to content

Commit 3c578a9

Browse files
Merge pull request #1398 from Adyen/vergilfromadyen-patch-1
Revert removing `npm config set` when npm publishing
2 parents c9fe59d + 73ec704 commit 3c578a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
node-version: 18.x
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: |
18+
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
1819
npm install
1920
npm run build
2021
- run: npm publish
21-
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}

0 commit comments

Comments
 (0)