Skip to content

Commit

Permalink
👷 Fix Helm build only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
essembeh committed Feb 9, 2024
1 parent 76a4985 commit cb23a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

helm-release:
name: Update Helm repository
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: docker-build
permissions:
contents: write
Expand Down

0 comments on commit cb23a46

Please sign in to comment.