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:
parent
1459302338
commit
0786361d49
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue