From 6d16613c4c9e3fd265e73e999a403e939f1f341c Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:38:56 +0200 Subject: [PATCH] refactor: let's rock --- .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 9ff63f1be..46d14b413 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-base-"$VALID_SEMVER_VERSION".tgz + npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz done