We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a81e3 commit 6d16613Copy full SHA for 6d16613
.github/scripts/publish-npm.sh
@@ -39,5 +39,5 @@ do
39
echo "Could not authenticate with $REGISTRY"
40
exit 1
41
fi
42
- npm publish --dry-run --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
+ npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
43
done
0 commit comments