Skip to content

Commit efe7dba

Browse files
morambrocopybara-github
authored andcommittedJun 22, 2023
Use the correct variable name in kokoro/create_github_release_branch.sh
PiperOrigin-RevId: 542488584 Change-Id: I97bf66567f67744fc564bb5499642d280b8081b0
1 parent cf944f1 commit efe7dba

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_gcpkms is populated by Kokoro.
5151
GITHUB_RELEASE_UTIL_OPTS+=(
52-
-c "${KOKORO_GIT_COMMIT}"
52+
-c "${KOKORO_GIT_COMMIT_tink_go_gcpkms}"
5353
-t "${GITHUB_ACCESS_TOKEN}"
5454
)
5555
fi

0 commit comments

Comments
 (0)
Please sign in to comment.