Skip to content

Commit

Permalink
Merge branch 'release/1.108.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 24, 2024
2 parents 2cc9903 + 10543f8 commit ef3f450
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 @@ -73,7 +73,7 @@ jobs:
echo "skip-release=false" >> $GITHUB_OUTPUT
else
latest_tag="$(git describe --tags --abbrev=0)"
latest_tag_sha="$(git rev-parse "$latest_tag")"
latest_tag_sha="$(git rev-parse "$latest_tag"^{})"
release_branch_sha="$(git rev-parse "origin/${release_branch}")"
if [[ "${latest_tag_sha}" == "${release_branch_sha}" ]]; then
Expand Down

0 comments on commit ef3f450

Please sign in to comment.