From 92b5b2070eea7bf7b15d5d030a99065e3d572b6e Mon Sep 17 00:00:00 2001 From: Hoang Mirs Date: Sun, 22 Oct 2023 13:34:55 +0700 Subject: [PATCH] [#234] Change to use strategy --- .github/workflows/check-version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-version.yml b/.github/workflows/check-version.yml index cc5c815d..3f649e76 100644 --- a/.github/workflows/check-version.yml +++ b/.github/workflows/check-version.yml @@ -20,6 +20,8 @@ jobs: permissions: contents: write pull-requests: write + strategy: + fail-fast: false steps: - name: Checkout uses: actions/checkout@v4 @@ -46,7 +48,6 @@ jobs: echo "The latest version is the same as the current version." exit 1 fi - continue-on-error: true - name: Bump version to the next minor version if: steps.compare_versions.outcome == 'failure'