Skip to content

Commit 4c85b29

Browse files
authored
ci: update release for new environment (googleapis#12493)
Install (non-interactively) Rebar3
1 parent 77fc4b6 commit 4c85b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export HEX_API_KEY=$(cat ${KOKORO_KEYSTORE_DIR}/73713_elixir_hex_apikey)
2424

2525
if [[ -z "${FREEZE_RELEASES}" ]]; then
2626
mix local.hex --force
27+
mix local.rebar --force
2728
mix deps.get
2829
mix google_apis.publish
2930
else

0 commit comments

Comments
 (0)