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