Skip to content

Commit

Permalink
Use the correct variable name in kokoro/create_github_release_tag.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542493123
Change-Id: I3d523ab2ac840c53eb5e6e15609d04987e856bfb
  • Loading branch information
morambro authored and copybara-github committed Jun 22, 2023
1 parent 2248866 commit e30a3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/create_github_release_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ fi

GITHUB_RELEASE_UTIL_OPTS=()
if [[ "${IS_KOKORO}" == "true" ]] ; then
# Note: KOKORO_GIT_COMMIT is populated by Kokoro.
# Note: KOKORO_GIT_COMMIT_tink_go_awskms is populated by Kokoro.
GITHUB_RELEASE_UTIL_OPTS+=(
-c "${KOKORO_GIT_COMMIT}"
-c "${KOKORO_GIT_COMMIT_tink_go_awskms}"
-t "${GITHUB_ACCESS_TOKEN}"
)
fi
Expand Down

0 comments on commit e30a3e6

Please sign in to comment.