From 791e37a198f8f73deeadb74b9e1ca8db7bfd37cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 9 Jul 2024 18:24:56 +0200 Subject: [PATCH] fix: checkout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gabriel Nützi --- .github/workflows/normal.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/normal.yaml b/.github/workflows/normal.yaml index 394c824..4dffbb6 100644 --- a/.github/workflows/normal.yaml +++ b/.github/workflows/normal.yaml @@ -199,6 +199,11 @@ jobs: contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Create Github Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}