Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit ebb4220

Browse files
committed
ci: update release-please ci
1 parent 23399cf commit ebb4220

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: 20
42+
registry-url: 'https://registry.npmjs.org/'
4243
cache: "npm"
4344
- run: npm ci
4445
- name: Start Xvfb
@@ -59,4 +60,6 @@ jobs:
5960
run: gh release upload ${{ needs.release-please.outputs.tag_name }} nextjsnodeloader.zip
6061
- run: npm publish
6162
env:
62-
NPM_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
63+
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
64+
- name: Clean up npm token
65+
run: npm config delete //registry.npmjs.org/:_authToken

0 commit comments

Comments
 (0)