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 f89347d commit f7dbc47Copy full SHA for f7dbc47
.github/workflows/npmpublish.yml
@@ -8,14 +8,15 @@ on:
8
jobs:
9
publish-npm:
10
runs-on: ubuntu-latest
11
+ environment: release
12
steps:
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/
18
- run: |
- npm install
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
0 commit comments