We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1179231 commit c7fc419Copy full SHA for c7fc419
.github/scripts/get-release.sh
@@ -17,6 +17,6 @@ then
17
exit 1
18
fi
19
else
20
- echo "Your tag has to start with 'v-'"
+ echo "Your tag has to start with 'v'"
21
22
.github/scripts/publish-npm.sh
@@ -39,5 +39,5 @@ do
39
echo "Could not authenticate with $REGISTRY"
40
41
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