Skip to content

Commit 00c47c8

Browse files
remove provenance arg from publish
1 parent b60f313 commit 00c47c8

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
@@ -45,4 +45,4 @@ jobs:
4545
- name: Prepare and publish
4646
run: |
4747
npm run prepare
48-
npm publish --access public --provenance
48+
npm publish --access public

0 commit comments

Comments
 (0)