From 9f31a3190e45721ea8f3a0b168210f707a5823cf Mon Sep 17 00:00:00 2001 From: BlayTheNinth <1933180+BlayTheNinth@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:03:22 +0200 Subject: [PATCH] ci: Automatically exclude loaders if they're not enabled yet --- .github/workflows/publish-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index f88b0908..111a63e5 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -30,7 +30,7 @@ jobs: publish-snapshot: runs-on: ubuntu-latest strategy: - matrix: ${{fromJson(needs.create-release.outputs.build-matrix)}} + matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}} fail-fast: false steps: - name: Checkout repository