Skip to content

Commit

Permalink
chore: Capital offense
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 29, 2024
1 parent ed0b7fb commit 317eca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
exit 0
elif [[ "$GH_EVENT_NAME" == "push" ]]; then
LATEST_TAG=$(git describe --tags --abbrev=0)
if git --no-pager log --pretty=format:"%s" $LATEST_TAG..head | grep -v "^chore" ; then
if git --no-pager log --pretty=format:"%s" $LATEST_TAG..HEAD | grep -v "^chore" ; 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 317eca0

Please sign in to comment.