From 35d9c2585910d0c2882d17d641aabcb5e397e94a Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Mon, 29 Nov 2021 18:41:08 -0500 Subject: [PATCH] chore: simplify publish workflow configuration (#1039) --- .github/workflows/publish-auto.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-auto.yml b/.github/workflows/publish-auto.yml index 9d964176..243f9f99 100644 --- a/.github/workflows/publish-auto.yml +++ b/.github/workflows/publish-auto.yml @@ -19,9 +19,8 @@ jobs: with: registry-url: "https://registry.npmjs.org" node-version: "16" - - - name: Prepare repository - run: git fetch --unshallow --tags + # Fetch all history for all tags and branches + fetch-depth: 0 - name: Install Node dependencies run: yarn --frozen-lockfile