Skip to content

Commit b551e6a

Browse files
authored
Merge pull request #134 from codefresh-io/fix-chart-releaser
fix(workflow): downgrade chart-releaser-action to v1.5.0 due to bug
2 parents 9ced4f5 + 455499c commit b551e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
6060

6161
- name: Run chart-releaser
62-
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
62+
# currently there is a bug on 1.7.0 version (https://github.com/helm/chart-releaser-action/issues/171) - it's marked as closed, but the script returns 1 if skip_packaging is set to true
63+
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
6364
with:
6465
config: "./.github/configs/cr.yaml"
6566
skip_packaging: true

0 commit comments

Comments
 (0)