removed if action

This commit is contained in:
Jakub Vavřík
2021-06-29 12:38:03 +02:00
parent 0c4f64305e
commit cecc12db97

View File

@@ -46,7 +46,7 @@ jobs:
# echo "No matching version found, running the release"
- name: Run chart-releaser
if: steps.helm_version_checker.outcome == 'success'
#if: steps.helm_version_checker.outcome == 'success'
uses: helm/chart-releaser-action@v1.2.1
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'