Skip to content

Commit 38db105

Browse files
authored
Update publish-npm.sh
1 parent 575d073 commit 38db105

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
@@ -41,5 +41,6 @@ do
4141
echo "Could not authenticate with $REGISTRY"
4242
exit 1
4343
fi
44+
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
4445
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz --provenance
4546
done

0 commit comments

Comments
 (0)