Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 1b4daaa

Browse files
committed
fix: add extra publish commands
1 parent ae71d1d commit 1b4daaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publishRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "$(echo $TAG | grep -E $RELEASE_SYNTAX)" == "$TAG" ]]; then
1818
echo "publishing a new release: $TAG"
1919
lerna --no-private exec npm publish
2020
elif [[ "$(echo $TAG | grep -E $PRERELEASE_SYNTAX)" == "$TAG" ]]; then
21-
lerna version $TAG --no-push -y
21+
lerna version $TAG --no-push --no-push --no-git-tag-version --exact --ignore-changes -y
2222
echo "publishing a new pre release: $TAG"
2323
lerna --no-private exec "npm publish --tag next"
2424
else

0 commit comments

Comments
 (0)