From 4406ba7f0731cabfcd1ebb92f896508abc369347 Mon Sep 17 00:00:00 2001 From: Halvor Holsten Strand Date: Sun, 29 Oct 2023 20:37:20 +0100 Subject: [PATCH] Checkout everything. --- .github/workflows/automatic-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index d6f04cb..05682f6 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Git run: | git config --local user.email "action@github.com"