Skip to content

Commit a5a5179

Browse files
authored
Update helm-chart-publish.yml
1 parent deade30 commit a5a5179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-chart-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
170170
publish-charts:
171171
needs: increment-versions
172-
if: needs.increment-versions.outputs.helm_exists == 'true'
172+
if: needs.increment-versions.outputs.helm_exists == 'true' || needs.increment-versions.outputs.helm_exists == true
173173
runs-on: ubuntu-latest
174174
steps:
175175
- name: Checkout repository (main branch)

0 commit comments

Comments
 (0)