We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd52e commit c0c2dd1Copy full SHA for c0c2dd1
.github/scripts/publish-npm.sh
@@ -41,5 +41,5 @@ do
41
exit 1
42
fi
43
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
44
- npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz --provenance
+ npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
45
done
0 commit comments