From 221677fc933b43ba6e61e158f60a2625c30d9b51 Mon Sep 17 00:00:00 2001 From: Dianliang233 Date: Wed, 17 Apr 2024 20:13:49 +0800 Subject: [PATCH] Do not fail fast --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d195bf3f..eabe48b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,7 @@ jobs: build: needs: properties strategy: + fail-fast: false matrix: loader: - name: fabric @@ -33,7 +34,7 @@ jobs: formatted: NeoForge exclude: - loader: - name: ${{ needs.properties.outputs.snapshot == 'false' && 'neoforge' }} + name: ${{ needs.properties.outputs.snapshot == 'true' && 'neoforge' }} runs-on: ubuntu-22.04 permissions: contents: write