From bcded981963e7157056bc0b600614855ad3cbd08 Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Mon, 17 May 2021 20:47:23 +0300 Subject: [PATCH] Fix publish to hex.pm --- .github/workflows/hex.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/hex.yaml b/.github/workflows/hex.yaml index c94f16f..74849ea 100644 --- a/.github/workflows/hex.yaml +++ b/.github/workflows/hex.yaml @@ -11,6 +11,11 @@ jobs: container: image: erlang:24.0-alpine steps: + - name: Prepare + run: | + apk update + apk --no-cache upgrade + apk --no-cache add git - name: Checkout uses: actions/checkout@v2 - name: Publish to Hex.pm