From b321c2344e16907983749d9cab4efb287875227a Mon Sep 17 00:00:00 2001 From: Manuel Coppotelli Date: Thu, 20 Apr 2023 16:09:02 +0200 Subject: [PATCH] git fetch depth zero --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb546aa2..5dd330d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Node.js environment uses: actions/setup-node@v3