From 38db105fb2c2b132d20146c4d2cd59aaf0a13359 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:32:21 +0200 Subject: [PATCH] Update publish-npm.sh --- .github/scripts/publish-npm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/publish-npm.sh b/.github/scripts/publish-npm.sh index dc1d330619..1be1320839 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-core-"$VALID_SEMVER_VERSION".tgz --provenance done