From c3e7883121b49a016390866b78acf33c5c97631e Mon Sep 17 00:00:00 2001 From: jklingen Date: Mon, 21 Apr 2025 20:07:00 +0200 Subject: [PATCH] Move Checkout to Top --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaedb1e8f..f8969d9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,6 +77,12 @@ jobs: needs: build steps: + + - name: Checkout repository + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Download build artifacts uses: actions/download-artifact@v4 with: @@ -96,11 +102,6 @@ jobs: throw "Version number could not be extracted from file name: $($file.Name)" } shell: pwsh - - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Create tag run: |