From 9a145cd608ee74deef326abf4c02197f04e08844 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Fri, 23 Oct 2020 17:14:31 +0800 Subject: [PATCH] Remove release checkout with fetch-depth: 0 Signed-off-by: JenTing Hsiao --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f36a373..1fb127d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,8 +12,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Configure Git run: |