Skip to content

Commit e0d18f3

Browse files
committed
chore: add provenance flag and public access to npm publish step
1 parent b868d91 commit e0d18f3

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
38+
run: npm publish --provenance --access public
3939

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

0 commit comments

Comments
 (0)