diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 363193c..d26e73a 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -55,4 +55,4 @@ jobs: fi - name: Run chart-testing (lint) - run: ct lint --target-branch=${{ env.default_branch }} \ No newline at end of file + run: ct lint --target-branch=${{ env.default_branch }} --check-version-increment=false \ No newline at end of file