Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 14, 2024
1 parent 29890a5 commit b9614d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "git diff --name-only \"$latest_tag\""
git diff --name-only "$latest_tag"
echo "diff computed"
changed_files="$(git diff --name-only "$latest_tag".."${release_branch}" | grep -v -E '.github|scripts')"
changed_files="$(git diff --name-only "$latest_tag" | grep -v -E '.github|scripts')"
echo "changed_files=${changed_files}"
if [[ ${#changed_files} == 0 ]]; then
Expand Down

0 comments on commit b9614d6

Please sign in to comment.