From 83224e13cd8738a0caf253d9aa8c4ca66a8bd9b6 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Sat, 16 Dec 2023 18:18:59 +0100 Subject: [PATCH] ci: reorg the release matrix --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9f05cf3..3c3dd8e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest name: release ${{ matrix.target }} if: github.event_name == 'release' && github.event.action == 'created' - needs: [publish] + needs: [dry_publish] strategy: fail-fast: false matrix: