Skip to content

Commit dba4f87

Browse files
authored
Merge pull request #2688 from firebase/jh-provenance
Adding --provenance flag
2 parents 92beb81 + 5b4a986 commit dba4f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/npm_publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ if npm_package_version_exists "$NPM_PACKAGE_NAME" "$NPM_PACKAGE_VERSION"; then
6363
fi
6464

6565
echo "Attempting to publish $NPM_PACKAGE_NAME version $NPM_PACKAGE_VERSION..."
66-
npm publish
66+
npm publish --provenance

0 commit comments

Comments
 (0)