Skip to content

Commit cf8cddc

Browse files
ci: remove --provenance flag
1 parent 86f147a commit cf8cddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Publish to npm
5353
if: steps.version.outputs.changed == 'true'
54-
run: npm publish --access public --provenance
54+
run: npm publish --access public
5555

5656
- name: Create GitHub Release
5757
if: steps.version.outputs.changed == 'true'

0 commit comments

Comments
 (0)