Skip to content

Commit c244177

Browse files
committed
ci(publish): force provenance when publishing
1 parent b75763b commit c244177

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
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install NPM Dependencies
2323
run: npm install
2424
- name: Publish to NPM
25-
run: npm publish --access public
25+
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)