We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deade30 commit a5a5179Copy full SHA for a5a5179
.github/workflows/helm-chart-publish.yml
@@ -169,7 +169,7 @@ jobs:
169
170
publish-charts:
171
needs: increment-versions
172
- if: needs.increment-versions.outputs.helm_exists == 'true'
+ if: needs.increment-versions.outputs.helm_exists == 'true' || needs.increment-versions.outputs.helm_exists == true
173
runs-on: ubuntu-latest
174
steps:
175
- name: Checkout repository (main branch)
0 commit comments