From b3048cb24002d3577d82b5cd5f3aae3ff40d4407 Mon Sep 17 00:00:00 2001 From: Florian Ostertag Date: Fri, 19 Apr 2024 15:10:34 +0200 Subject: [PATCH] dotnet-desktop.yml aktualisieren --- .github/workflows/dotnet-desktop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 87837424a..275dae875 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -10,6 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: ./.github/actions/dotnet-desktop - name: Create Release