Skip to content

Commit 1fa9149

Browse files
committed
fix(publish): remove provenance flag from npm publish command
1 parent a338195 commit 1fa9149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: bun run build
4242

4343
- name: Publish to npm (Trusted Publisher)
44-
run: npm publish --provenance --access public
44+
run: npm publish --access public
4545

4646
- name: Create GitHub Release
4747
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)