Skip to content

Commit 6d16613

Browse files
authored
refactor: let's rock
1 parent 91a81e3 commit 6d16613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ do
3939
echo "Could not authenticate with $REGISTRY"
4040
exit 1
4141
fi
42-
npm publish --dry-run --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
42+
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
4343
done

0 commit comments

Comments
 (0)