Skip to content

Commit 53ee8ac

Browse files
committed
Remove the '--provenance' flag for publishing to NPM
1 parent b61737f commit 53ee8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
fi
4848
4949
- name: Publish to NPM
50-
run: npm publish --tag ${{ steps.npm-tag.outputs.tag }} --provenance
50+
run: npm publish --tag ${{ steps.npm-tag.outputs.tag }}

0 commit comments

Comments
 (0)