Skip to content

Commit 97d851f

Browse files
authored
fix: turn off dry run
1 parent b471264 commit 97d851f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ 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 --yes 2>&1 | tee lerna-output.txt
20+
yarn run lerna publish patch --dist-tag=prerelease-bugfix --yes 2>&1 | tee lerna-output.txt
2121

2222
# use lerna command below for dry run
23-
yarn run lerna version patch --yes --no-git-tag-version --no-push | tee lerna-output.txt
23+
# yarn run lerna version patch --yes --no-git-tag-version --no-push | tee lerna-output.txt
2424

2525
if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
2626
then

0 commit comments

Comments
 (0)