Skip to content

Commit 89fb698

Browse files
fix: remove --provenance flag from npm publish
1 parent 73df856 commit 89fb698

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- run: npm install
2323

24-
- run: npm publish --provenance
24+
- run: npm publish
2525

2626
- uses: softprops/action-gh-release@v2
2727
with:

0 commit comments

Comments
 (0)