We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fc4b6 commit 4c85b29Copy full SHA for 4c85b29
.kokoro/release.sh
@@ -24,6 +24,7 @@ export HEX_API_KEY=$(cat ${KOKORO_KEYSTORE_DIR}/73713_elixir_hex_apikey)
24
25
if [[ -z "${FREEZE_RELEASES}" ]]; then
26
mix local.hex --force
27
+ mix local.rebar --force
28
mix deps.get
29
mix google_apis.publish
30
else
0 commit comments