From 86d52b65028ffa0ddcedbfbbe4d6316387c3c688 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Mon, 11 Mar 2024 02:05:06 +0100 Subject: [PATCH] Update push_master.yml --- .github/workflows/push_master.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 470b0bd..b26a1d3 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -19,6 +19,10 @@ jobs: configuration: [Release] platform: [x64, ARM64] steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: @@ -29,10 +33,6 @@ jobs: with: useConfigFile: true configFilePath: .github/config/gitversion.yml - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Set version in VDownload.csproj file id: package_version uses: KageKirin/set-csproj-version@v0