diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 513485d..8c9709b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: