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 f7dbc47 commit 8e3be9dCopy full SHA for 8e3be9d
.github/workflows/npmpublish.yml
@@ -13,10 +13,11 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 18.x
17
- registry-url: https://registry.npmjs.org/
+ node-version: '18.x'
+ registry-url: 'https://registry.npmjs.org'
18
- run: |
19
- npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
20
npm install
21
npm run build
22
- npm publish
+ - run: npm publish
+ env:
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
0 commit comments