From 014b7af4f30b8ed0353d4847e6b9ec4df512f336 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Thu, 1 Aug 2024 16:09:03 +0200 Subject: [PATCH] Never skip checkout step in release workflow Signed-off-by: Mario Loriedo --- .github/workflows/release-artifacts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index c34db23384..92a0f07e2e 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -101,9 +101,6 @@ jobs: fi - name: Checkout Version - if: >- - steps.check.outputs.buildartifacts == 'true' || - steps.actual_dryrun.outputs.dryrun == 'true' uses: actions/checkout@v4 with: ref: ${{steps.getversion.outputs.version}}