Skip to content

Commit 681bf87

Browse files
committed
fix: give up on "--provenance" code signing
1 parent 65a17ed commit 681bf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

5252
- name: Release
53-
run: pnpm publish --provenance --tag next --publish-branch v2 --no-git-checks
53+
run: pnpm publish --tag next --publish-branch v2 --no-git-checks

0 commit comments

Comments
 (0)