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'