Skip to content

Commit 2248866

Browse files
morambrocopybara-github
authored andcommitted
Use the correct variable name in kokoro/create_github_release_branch.sh
PiperOrigin-RevId: 542488584 Change-Id: Id9c9c3fa9a31fd537e9dbf3d0e3e7cf4f57046b6
1 parent fea71df commit 2248866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kokoro/create_github_release_branch.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ fi
4747

4848
GITHUB_RELEASE_UTIL_OPTS=()
4949
if [[ "${IS_KOKORO}" == "true" ]] ; then
50-
# Note: KOKORO_GIT_COMMIT is populated by Kokoro.
50+
# Note: KOKORO_GIT_COMMIT_tink_go_awskms is populated by Kokoro.
5151
GITHUB_RELEASE_UTIL_OPTS+=(
52-
-c "${KOKORO_GIT_COMMIT}"
52+
-c "${KOKORO_GIT_COMMIT_tink_go_awskms}"
5353
-t "${GITHUB_ACCESS_TOKEN}"
5454
)
5555
fi

0 commit comments

Comments
 (0)