Skip to content

Commit

Permalink
fix log list
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingentile committed Oct 26, 2022
1 parent 1ffbb2e commit cc37235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -119,7 +119,7 @@ then
fi

# get the merge commit message looking for #bumps
log=$(git show -s --format=%s)
log=$(git show -s "$tag"..HEAD --format=%s)
echo "Last commit message: $log"

case "$log" in
Expand Down

0 comments on commit cc37235

Please sign in to comment.