We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2764d9 commit 378e57dCopy full SHA for 378e57d
.github/workflows/npmpublish.yml
@@ -13,12 +13,9 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 18.x
16
- registry-url: 'https://registry.npmjs.org/'
+ registry-url: https://registry.npmjs.org/
17
- run: |
18
npm install
19
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}" > .npmrc
+ npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
20
npm run build
21
npm publish
22
- env:
23
- GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
0 commit comments