Skip to content

Commit

Permalink
Update detect_api_changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Jan 18, 2025
1 parent 84bb237 commit f7d5bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
NEW="${{ env.source }}~${{ env.githubRepo }}"
# Release branches get compared to the last tag instead of the target branch
if [[ "${{ github.head_ref || env.noTargetBranch }}" == release/* ]]
if [[ "${{ env.targetBranchName || env.noTargetBranch }}" == release/* ]]
then
LATEST_TAG="$(git describe --tags --abbrev=0)"
OLD="$LATEST_TAG~${{ env.githubRepo }}"
Expand Down

0 comments on commit f7d5bcd

Please sign in to comment.