Skip to content

Commit

Permalink
update building
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Sep 14, 2023
1 parent 8173454 commit 55670ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/api_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z $cmd ]; then
fi

branch=${GITHUB_BASE_REF:-master}
git fetch origin $branch
git fetch origin $branch:$branch
sha=$(git merge-base $branch HEAD)

gorelease -base=$sha > api-report.txt || true
Expand Down

0 comments on commit 55670ab

Please sign in to comment.