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 5e48ada commit 77fc4b6Copy full SHA for 77fc4b6
.kokoro/release.sh
@@ -23,6 +23,7 @@ pushd $(dirname "$0")/../
23
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 deps.get
28
mix google_apis.publish
29
else
0 commit comments