Skip to content

Commit

Permalink
Do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Apr 17, 2024
1 parent d2a07ec commit 221677f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build:
needs: properties
strategy:
fail-fast: false
matrix:
loader:
- name: fabric
Expand All @@ -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
Expand Down

0 comments on commit 221677f

Please sign in to comment.