Skip to content

Commit 8e70809

Browse files
wickedevclaude
andcommitted
fix: remove --provenance flag (requires public repo)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c6e9adc commit 8e70809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
prerelease: ${{ steps.version.outputs.prerelease == 'true' }}
6060

6161
- name: Publish to npm
62-
run: npm publish --access public --provenance
62+
run: npm publish --access public
6363
env:
6464
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)