diff --git a/.github/scripts/publish-npm.sh b/.github/scripts/publish-npm.sh index efe0c9e2d..3296c1f2c 100644 --- a/.github/scripts/publish-npm.sh +++ b/.github/scripts/publish-npm.sh @@ -41,5 +41,6 @@ do echo "Could not authenticate with $REGISTRY" exit 1 fi + # https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz --provenance done