From c9a637ce194cc546234491173a44a27d41f82071 Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Fri, 21 Jun 2024 16:28:55 +0300 Subject: [PATCH] fix(check): properly fallback if no latest tag --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc093d5..ed2559f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,11 +32,11 @@ jobs: git commit --allow-empty -m 'wrong commit format' - name: Run cocogitto-action uses: ./cocogitto-action + continue-on-error: true with: check: true check-latest-tag-only: true release: false - continue-on-error: true - name: Check outputs OK if: ${{ success() }} run: |