From a4c6557889a7162d6102737a56822db617a12af4 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Mon, 10 Mar 2025 13:09:34 -0400 Subject: [PATCH] workflow dep update with fixed action --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 70ac22e..40dc26b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,8 +82,8 @@ jobs: files: "istio-fortsa-helm-chart-${{ github.event.release.tag_name }}.tgz" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run gh-pages chart-releaser - # uses: helm/chart-releaser-action@1.6.0 # 1.6.0 is broken with error "latest_tag: unbound variable" (issue #171) - uses: fhofherr/chart-releaser-action@171-unbound-variable-latest_tag # I found a fork with a fix... + uses: helm/chart-releaser-action@1.7.0 # 1.6.0 is broken with error "latest_tag: unbound variable" (issue #171) + # uses: fhofherr/chart-releaser-action@171-unbound-variable-latest_tag # I found a fork with a fix... with: charts_dir: chart skip_packaging: true