File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ jobs:
1212 - uses : actions/setup-node@v3
1313 with :
1414 node-version : latest
15- - run : node -v
1615 - run : npm ci
1716 - run : npm test
1817
19- publish-gpr :
18+ publish-node :
2019 needs : build
2120 runs-on : ubuntu-latest
2221 permissions :
2726 - uses : actions/setup-node@v3
2827 with :
2928 node-version : latest
30- registry-url : https://npm.pkg.github.com/
29+ registry-url : https://registry.npmjs.org
3130 - run : npm ci
3231 - run : npm publish
3332 env :
34- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN }}
33+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1- engine-strict = true
2- @emamid:registry = https://npm.pkg.github.com
1+ //registry.npmjs.org/:_authToken = ${ NODE_AUTH_TOKEN }
2+ registry = https://registry.npmjs.org/
3+ always-auth = true
You can’t perform that action at this time.
0 commit comments