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 06a40d0 commit bbbf9e6Copy full SHA for bbbf9e6
.github/scripts/publish-npm.sh
@@ -45,5 +45,5 @@ do
45
exit 1
46
fi
47
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
48
- npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz --provenance
+ npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
49
done
0 commit comments