Frissítve a release.yml fájl: a Node telepítése helyett a függőségek telepítése szerepel, beleértve a kubectl-t is.
Some checks failed
Pack and Release / packwizInstall (push) Successful in 27s
Pack and Release / deploy (push) Failing after 10s

This commit is contained in:
Balazs Toldi 2024-12-03 15:52:56 +01:00
parent 823dfae4d9
commit 376f17e93a

View file

@ -32,8 +32,8 @@ jobs:
container: container:
image: alpine image: alpine
steps: steps:
- name: Install Node - name: Install Dependencies
run: apk add nodejs git run: apk add nodejs git kubectl
- name: Download mods Artifact - name: Download mods Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: