We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a338195 commit 1fa9149Copy full SHA for 1fa9149
1 file changed
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
run: bun run build
42
43
- name: Publish to npm (Trusted Publisher)
44
- run: npm publish --provenance --access public
+ run: npm publish --access public
45
46
- name: Create GitHub Release
47
uses: softprops/action-gh-release@v2
0 commit comments