From 6cfb5af8b7c8477d54ba27ea8592bb9671745745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCsters?= Date: Tue, 12 Aug 2025 10:42:35 +0200 Subject: [PATCH] ci: adjusted the checkout --- .github/workflows/release.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 786f084..01ebada 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,11 @@ jobs: contents: "write" packages: "write" steps: + - name: Clone repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Get version for next release uses: wemogy/get-release-version-action@v4.3.2 id: release-version @@ -35,8 +40,6 @@ jobs: git-email: it@wemogy.com mode: semantic - - uses: actions/checkout@v4 - # Nuget - name: Build .NET uses: ./.github/actions/dotnet