This commit is contained in:
MuneebAijaz
2024-11-07 22:12:31 +05:00
parent fa09ff7e76
commit 242fd80209
2 changed files with 1 additions and 104 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ jobs:
previous-version: ${{ steps.chart_eval.outputs.CURRENT_CHART_VERSION }}
- name: Fail if Helm Chart version isnt updated
if: steps.check-version.outputs.is-version-increased == 'true'
if: steps.check-version.outputs.is-version-increased != 'true'
run: |
echo "Helm Chart Version wasnt updated"
exit 1