Skip to content

Commit b868d91

Browse files
committed
chore: remove provenance flag from npm publish step
1 parent c58af0b commit b868d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm audit signatures
3636

3737
- name: Publish to npm
38-
run: npm publish --provenance
38+
run: npm publish
3939

4040
- name: Create GitHub Release
4141
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)