There was an error while loading. Please reload this page.
1 parent 1442628 commit b1b5564Copy full SHA for b1b5564
1 file changed
.github/workflows/npm-publish.yml
@@ -11,10 +11,10 @@ jobs:
11
npm-publish:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v3
16
with:
17
- node-version: 14
+ node-version: 20
18
registry-url: 'https://registry.npmjs.org'
19
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
20
- run: echo ${VERSION}
@@ -29,4 +29,4 @@ jobs:
29
- run: npm publish --tag ${NPM_TAG}
30
working-directory: lib
31
env:
32
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.INFRAGISTICS_NPM_TOKEN}}
0 commit comments