Skip to content

Commit

Permalink
test [prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
sahariko committed Feb 12, 2024
1 parent 8ccae86 commit 7e27794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prerelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules/.bin/lerna run build --since=origin/master
# node_modules/.bin/lerna run build --since=origin/master

LIST="`node_modules/.bin/lerna publish --canary --preid $GITHUB_RUN_ID --dist-tag $GITHUB_RUN_ID --no-git-tag-version --no-commit-hooks --yes | sed -n '/Successfully published:/,/lerna success published/p' | awk '{printf "%s<br>", $0}'`"

echo "LIST: $LIST"
if [[ "$LIST" == "" ]]; then
COMMENT="### Nothing to pre-release\nLerna didn't detect any change."
LIST=""
Expand Down

0 comments on commit 7e27794

Please sign in to comment.