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.

This commit is contained in:
Balazs Toldi 2024-12-03 15:52:56 +01:00
parent 1459302338
commit 0786361d49

View file

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