Skip to content

Commit 09ce366

Browse files
fix publish wf
1 parent fb7f663 commit 09ce366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858

5959

6060
- name: Run chart-releaser
61-
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
61+
# todo: change later to v1.6.0 (also in agro-rollouts chart)
62+
# issue: https://github.com/helm/chart-releaser-action/issues/171
63+
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
6264
with:
6365
config: "./.github/configs/cr.yaml"
6466
skip_packaging: true

0 commit comments

Comments
 (0)