Skip to content

Commit

Permalink
workflow dep update with fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Mar 10, 2025
1 parent 1881485 commit a4c6557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4c6557

Please sign in to comment.