Skip to content

Commit c5b917a

Browse files
committed
Temporary disable --provenance
1 parent 6ff8f8a commit c5b917a

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
@@ -32,6 +32,6 @@ jobs:
3232
run: yarn build
3333

3434
- name: Publish to NPM
35-
run: npm publish --provenance --access public
35+
run: npm publish --access public #--provenance
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)