File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run :
1818 working-directory : ./gateway-cli
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-node@v4
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-node@v6
2222 with :
2323 node-version : ' 24'
2424 registry-url : ' https://registry.npmjs.org'
6868
6969 - name : Publish
7070 if : env.PUBLISH == 'true'
71- env :
72- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7371 run : |
7472 if [[ "${{ steps.version.outputs.version }}" == *rc* ]]; then
7573 npm publish --access public --provenance --tag rc
Original file line number Diff line number Diff line change 4343 fi
4444 - name : publish to npm
4545 if : env.PUBLISH == 'true'
46- env :
47- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4846 run : |
4947 if [[ "${{ steps.version.outputs.version }}" == *rc* ]]; then
5048 npm publish --access public --tag rc
You can’t perform that action at this time.
0 commit comments