We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd86016 commit 628d87bCopy full SHA for 628d87b
.github/workflows/release.yaml
@@ -55,7 +55,7 @@ jobs:
55
files: "istio-fortsa-helm-chart-${{ github.event.release.tag_name }}.tgz"
56
repo-token: ${{ secrets.GITHUB_TOKEN }}
57
- name: Run gh-pages chart-releaser
58
- 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)
59
with:
60
charts_dir: chart
61
skip_packaging: true
0 commit comments