Skip to content

Commit ba13bfc

Browse files
committed
fix: publish patch release.
1 parent a83d5f2 commit ba13bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ echo "Doing a release..."
1717
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
1818
PR_NUM=${LOG:1}
1919

20-
yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
20+
# yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
21+
yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2122

2223
# use lerna command below for dry run
2324
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt

0 commit comments

Comments
 (0)