From 4c71e2468d15ec0ac1965757f34680366ea6e2a5 Mon Sep 17 00:00:00 2001 From: Xudong Guo Date: Thu, 11 Jan 2024 09:56:34 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20update=20release=20action?= =?UTF-8?q?=20(#851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18973e05..8974aa7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,8 +17,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Fetch all tags run: git fetch --force --tags - name: Set up Go