From fcd11a429f9e83f20d64c5b9963c5fe739e6e7d7 Mon Sep 17 00:00:00 2001 From: cjumel Date: Mon, 15 Sep 2025 17:23:12 +0200 Subject: [PATCH] ci: skip remaining release jobs if no release is made --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47278b7..c018a8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,6 +84,7 @@ jobs: - name: Upload | Distribution Artifacts uses: actions/upload-artifact@v4 + if: steps.release.outputs.released == 'true' with: name: distribution-artifacts path: dist