Skip to content

Commit 8a1869b

Browse files
committed
ci: remove npmrc to enable OIDC
1 parent fc92a8a commit 8a1869b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: "lts/*"
29-
registry-url: 'https://registry.npmjs.org'
29+
registry-url: "https://registry.npmjs.org"
3030
cache: npm
3131
- name: Install dependencies
3232
run: npm clean-install
3333
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3434
run: npm audit signatures
3535
- name: Build
3636
run: npm run build
37+
- name: Remove npmrc to enable OIDC
38+
run: rm -f ~/.npmrc
3739
- name: Release
3840
run: npx semantic-release
3941
env:

0 commit comments

Comments
 (0)