Skip to content

Commit 21ffa24

Browse files
committed
Remove provenance flag from npm publish command in GitHub Actions workflow
1 parent e29803e commit 21ffa24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: bun run build
3333

3434
- name: Publish to GitHub Package Registry
35-
run: npm publish --access=restricted --provenance
35+
run: npm publish --access=restricted
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)