Skip to content

Commit 9377665

Browse files
authored
Merge pull request #69 from IgniteUI/sstoychev/try-other-token
fix(cd): trying another token
2 parents 1442628 + b1b5564 commit 9377665

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
npm-publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2020
- run: echo ${VERSION}
@@ -29,4 +29,4 @@ jobs:
2929
- run: npm publish --tag ${NPM_TAG}
3030
working-directory: lib
3131
env:
32-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
32+
NODE_AUTH_TOKEN: ${{secrets.INFRAGISTICS_NPM_TOKEN}}

0 commit comments

Comments
 (0)