From 8ddb201de35d77870717385304d80e55c74b347a Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:10:52 +0200 Subject: [PATCH] refactor: let's release to npm --- .github/scripts/publish-npm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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