From a60342c388b408cd065bf355f597b2b7a0b6b08d Mon Sep 17 00:00:00 2001 From: Alingof Date: Fri, 13 Oct 2023 14:39:07 +0900 Subject: [PATCH] [fix] fix checkout step in relese workflow --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12587b9..132625d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - fetch-depth: 2 - uses: salsify/action-detect-and-tag-new-version@v2 id: detect_tag with: