Skip to content

Commit 67a47db

Browse files
committed
ci: no need to set provenance in release workflow
1 parent edec289 commit 67a47db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
node-version: 22
2828

29-
# Use corepack to install pnpm
3029
# Update npm to the latest version to enable OIDC
30+
# Use corepack to install pnpm
3131
- name: Setup Package Managers
3232
run: |
3333
npm install -g npm@latest
@@ -41,7 +41,6 @@ jobs:
4141
- name: Publish
4242
uses: JS-DevTools/npm-publish@v3
4343
with:
44-
provenance: true
4544
token: empty
4645

4746
- name: Create GitHub Release

0 commit comments

Comments
 (0)