We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575d073 commit 38db105Copy full SHA for 38db105
.github/scripts/publish-npm.sh
@@ -41,5 +41,6 @@ do
41
echo "Could not authenticate with $REGISTRY"
42
exit 1
43
fi
44
+ # https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
45
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz --provenance
46
done
0 commit comments