From f8b8872f74313f79a64aed18b9fbbc435917508d Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Mon, 11 Dec 2023 23:44:34 +0800 Subject: [PATCH] fetch-tags doesnt work when triggered by a tag (#190) --- .github/workflows/push.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a219355..4b1ee28 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -32,7 +32,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: ${{ env.checkoutFetchDepth }} - fetch-tags: true - name: 'Get Head Commit Info' id: GetHeadCommitInfo shell: pwsh @@ -344,8 +343,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - fetch-tags: true - name: Setup .NET SDK uses: actions/setup-dotnet@v3 with: