Skip to content

Commit 2b797b4

Browse files
committed
ci: prepare for oidc publishing
1 parent 8ff1377 commit 2b797b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
uses: actions/setup-node@v4
4141
with:
4242
node-version-file: .nvmrc
43+
registry-url: https://registry.npmjs.org
4344
- name: Install dependencies
4445
run: npm clean-install
4546
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
4647
run: npm audit signatures
4748
- name: Release
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
50-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5151
GIT_AUTHOR_NAME: ${{ vars.RELEASE_GIT_NAME }}
5252
GIT_AUTHOR_EMAIL: ${{ secrets.RELEASE_GIT_EMAIL }}
5353
GIT_COMMITTER_NAME: ${{ vars.RELEASE_GIT_NAME }}

0 commit comments

Comments
 (0)