Skip to content

Commit 42f75a7

Browse files
committed
feat: disable provenance while the repo is private
1 parent 0fdf34e commit 42f75a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
run: |
5454
npm install
5555
npm run build --if-present
56-
npm publish --provenance --access public
56+
npm publish --access public
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)