Skip to content

Commit 27ba372

Browse files
committed
Quick update for api changes report. (#1384)
1 parent 60ded84 commit 27ba372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/api_report.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ -z $cmd ]; then
1010
fi
1111

1212
branch=${GITHUB_BASE_REF:-master}
13+
git fetch origin $branch:$branch
1314
sha=$(git merge-base $branch HEAD)
1415

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

0 commit comments

Comments
 (0)