Added curl to deploy pipeline
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
4e9b7dc270
commit
ae2b08edc9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
image: alpine
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: apk add nodejs git kubectl
|
||||
run: apk add nodejs git kubectl curl
|
||||
- name: Download mods Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue