Skip to content

Commit

Permalink
use bugfix branch for gh-pages action again
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Nov 1, 2024
1 parent bd86016 commit 628d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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@fhofherr:171-unbound-variable-latest_tag # 1.6.0 is broken with error "latest_tag: unbound variable" (issue #171)
uses: fhofherr/chart-releaser-action@171-unbound-variable-latest_tag # 1.6.0 is broken with error "latest_tag: unbound variable" (issue #171)
with:
charts_dir: chart
skip_packaging: true
Expand Down

0 comments on commit 628d87b

Please sign in to comment.