Skip to content

Commit 565f31c

Browse files
authored
fix: release patch containing @patternfly/patternfly v5.0.4 [skip-a11y]
1 parent 9ad8b25 commit 565f31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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 --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
2121

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

0 commit comments

Comments
 (0)