Skip to content

Commit 8f7cc25

Browse files
committed
fix(workflow): temporary disable provenance
1 parent 9cc3473 commit 8f7cc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
run: yarn prepare
8080

8181
- name: Publish to npm
82-
run: npm publish --provenance --access public
82+
run: npm publish --access public #--provenance enable when the repo will be public
8383
env:
8484
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)