Skip to content

Commit c7ccbb5

Browse files
authored
Update publish-npm.sh
1 parent 2ac0496 commit c7ccbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/publish-npm.sh

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ do
5757
echo "Could not authenticate with $REGISTRY"
5858
exit 1
5959
fi
60+
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
6061
npm publish --tag "$TAG" db-ui-elements"$PACKAGE_ENDING"-"$VALID_SEMVER_VERSION".tgz --provenance
6162
npm publish --tag "$TAG" db-ui-ngx-elements"$PACKAGE_ENDING"-"$VALID_SEMVER_VERSION".tgz --provenance
6263
npm publish --tag "$TAG" db-ui-react-elements"$PACKAGE_ENDING"-"$VALID_SEMVER_VERSION".tgz --provenance

0 commit comments

Comments
 (0)