We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4e656 commit 26e655cCopy full SHA for 26e655c
.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-core-"$VALID_SEMVER_VERSION".tgz
+ npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
43
done
0 commit comments