File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ jobs:
2020 release-please :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : google-github-actions /release-please-action@v4
23+ - uses : googleapis /release-please-action@v4
2424 id : release
2525 with :
2626 manifest-file : .github/.release-please-manifest.json
2727 config-file : .github/release-please-config.json
28+ token : ${{ secrets.RELEASE_PLEASE_TOKEN }}
2829
2930 - if : ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
3031 uses : actions/checkout@v4
3637 registry-url : " https://registry.npmjs.org"
3738
3839 - if : ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
39- run : |
40+ env :
41+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
42+ run : >
4043 npm ci &&
4144 npm run build &&
4245 npm publish --provenance --access public
43- env :
44- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments