Skip to content

Commit

Permalink
ci: update release for new environment (#12493)
Browse files Browse the repository at this point in the history
Install (non-interactively) Rebar3
  • Loading branch information
burkedavison authored Nov 6, 2024
1 parent 77fc4b6 commit 4c85b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export HEX_API_KEY=$(cat ${KOKORO_KEYSTORE_DIR}/73713_elixir_hex_apikey)

if [[ -z "${FREEZE_RELEASES}" ]]; then
mix local.hex --force
mix local.rebar --force
mix deps.get
mix google_apis.publish
else
Expand Down

0 comments on commit 4c85b29

Please sign in to comment.