diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ffe06..01909cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,11 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Install Helm + uses: azure/setup-helm@v1 + with: + version: v3.4.0 + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.1.0 env: