We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ded84 commit 27ba372Copy full SHA for 27ba372
etc/api_report.sh
@@ -10,6 +10,7 @@ if [ -z $cmd ]; then
10
fi
11
12
branch=${GITHUB_BASE_REF:-master}
13
+git fetch origin $branch:$branch
14
sha=$(git merge-base $branch HEAD)
15
16
gorelease -base=$sha > api-report.txt || true
0 commit comments