Skip to content

Commit 55670ab

Browse files
committed
update building
1 parent 8173454 commit 55670ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/api_report.sh

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

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

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

0 commit comments

Comments
 (0)