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 91da94a commit d2cbfe7Copy full SHA for d2cbfe7
tools/publish_to_github.sh
@@ -25,7 +25,7 @@ packageRepo="${2}"
25
packageDistDir="$(realpath ${3})"
26
27
buildVersion=$(cd ${packageDistDir} && node -pe "require('./package.json').version")
28
-branchName=${CIRCLE_BRANCH:-'main'}
+branchName=${GITHUB_REF_NAME:-'main'}
29
commitSha=$(git rev-parse --short HEAD)
30
commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)
31
commitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)
0 commit comments