Skip to content

Commit 373b6f1

Browse files
committed
Remove provenance, not supported on private repos
1 parent 2cc496d commit 373b6f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
registry-url: 'https://registry.npmjs.org'
4545

4646
- run: npm ci
47-
- run: npm publish --provenance --access public
47+
48+
# TODO: Add --provenance once the repo is public
49+
- run: npm publish --access public
4850
env:
4951
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)