Skip to content

Commit a831eee

Browse files
committed
Added --provenance flag for npm publishing
1 parent e2ae36f commit a831eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

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

0 commit comments

Comments
 (0)