Skip to content

Commit 3a14bcc

Browse files
authored
Add provenance to NPM publish during release cycle (#5644)
1 parent aaf955d commit 3a14bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/workflow/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE_JSON_VERSION="$(tar xfO "$TARBALL" package/package.json | jq -r .version
99
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
1010

1111
# Actual publish
12-
npm publish "$TARBALL" --tag "$TAG"
12+
npm publish --provenance "$TARBALL" --tag "$TAG"
1313

1414
# Clean up tags
1515
delete_tag() {

0 commit comments

Comments
 (0)