Install dependencies an den Anfang gestellt
Some checks failed
Release Plugin / release (push) Failing after 2s

This commit is contained in:
2026-03-02 10:25:01 +01:00
parent d5e403d3de
commit 9477273430

View File

@@ -9,6 +9,8 @@ jobs:
release: release:
runs-on: alpine-latest runs-on: alpine-latest
steps: steps:
- name: Install dependencies
run: apk add --no-cache zip curl
- name: Checkout - name: Checkout
run: | run: |
curl -s -L \ curl -s -L \
@@ -17,10 +19,6 @@ jobs:
-o repo.tar.gz -o repo.tar.gz
tar -xzf repo.tar.gz --strip-components=1 tar -xzf repo.tar.gz --strip-components=1
rm repo.tar.gz rm repo.tar.gz
- name: Install dependencies
run: apk add --no-cache zip curl
- name: Determine version and channel - name: Determine version and channel
id: info id: info
run: | run: |