Skip to content

Commit

Permalink
chore: Grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 29, 2024
1 parent d9da4c2 commit 8f42039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ jobs:
echo
echo --- git log + grep ---
git --no-pager log --pretty=format:"%s" $LATEST_TAG..HEAD | grep -v "^chore"
echo
echo EXIT STATUS $?
echo --- END DEBUG ---
if git --no-pager log --pretty=format:"%s" $LATEST_TAG..HEAD | grep -v "^chore" ; then
git --no-pager log --pretty=format:"%s" $LATEST_TAG..HEAD | grep -v "^chore"
if [[ $? ]]; then
echo "Push to main, but there are only chore commits since last tag."
echo "Not expecting a new release branch";
else
Expand Down

0 comments on commit 8f42039

Please sign in to comment.