diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2cdd61b..cd33149 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -9,6 +9,8 @@ jobs: release: runs-on: alpine-latest steps: + - name: Install dependencies + run: apk add --no-cache zip curl - name: Checkout run: | curl -s -L \ @@ -17,10 +19,6 @@ jobs: -o repo.tar.gz tar -xzf repo.tar.gz --strip-components=1 rm repo.tar.gz - - - name: Install dependencies - run: apk add --no-cache zip curl - - name: Determine version and channel id: info run: |