From 65d4bc26ed9178066d95c859e375ca6949e34026 Mon Sep 17 00:00:00 2001 From: Stanislav Seliverstov Date: Sat, 23 May 2020 19:50:54 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad24a2c3..722a74d9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - run: git checkout HEAD^ + - run: | + git fetch --prune --unshallow --tags - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1