From 1853ea01fd19c43b5aae7bf88e03db7aba344af1 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sun, 17 May 2020 00:09:21 +0200 Subject: [PATCH] not shallow clone here --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5a52ff8..7b90a92 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,6 +36,8 @@ jobs: needs: update_changelog_and_sync_package_lock_version steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Remove branch 'latest' continue-on-error: true run: |