From 7e92a4340d0629e1aca1e6d0b5b7b747a11579f9 Mon Sep 17 00:00:00 2001 From: Yanic Lemire Date: Wed, 18 Oct 2023 23:59:14 -0400 Subject: [PATCH] Update wpf-release.yml --- .github/workflows/wpf-release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wpf-release.yml b/.github/workflows/wpf-release.yml index f3adcd2dc..dea5e3061 100644 --- a/.github/workflows/wpf-release.yml +++ b/.github/workflows/wpf-release.yml @@ -9,13 +9,16 @@ jobs: runs-on: windows-latest steps: - - name: Checkout code - uses: actions/checkout@v3 - + - name: Git - Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: GitVersion - Install uses: gittools/actions/gitversion/setup@v0.9.9 with: versionSpec: '5.x' + - name: GitVersion - Execute id: gitversion uses: gittools/actions/gitversion/execute@v0.9.9