diff --git a/.github/scripts/publish-npm.sh b/.github/scripts/publish-npm.sh index af5cadab19..c80ea12b27 100644 --- a/.github/scripts/publish-npm.sh +++ b/.github/scripts/publish-npm.sh @@ -39,5 +39,5 @@ do echo "Could not authenticate with $REGISTRY" exit 1 fi - npm publish --dry-run --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz + npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz done