From 9f312b907d9f214d4dd4e38e85c88b53f32678a8 Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Fri, 25 Apr 2025 13:35:51 +0200 Subject: [PATCH] chore: only download release relevant artifacts --- .github/workflows/version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index cf11e944f8..063f6956a5 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -32,6 +32,7 @@ jobs: if: ${{ !inputs.dry_run }} with: path: .artifacts + pattern: "{checksums.txt,zitadel-*}" - name: Semantic Release uses: cycjimmy/semantic-release-action@v4