Skip to content

Commit

Permalink
ci(github): fix helm publish (kumahq#9505)
Browse files Browse the repository at this point in the history
The condition was switched around

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Mar 5, 2024
1 parent b4a0b48 commit efd4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: package-helm-chart
id: package-helm
env:
HELM_DEV: ${{ github.ref_type == 'tag' }}
HELM_DEV: ${{ github.ref_type != 'tag' }}
run: |
make helm/update-version
Expand Down

0 comments on commit efd4edf

Please sign in to comment.