From a5c3225ea33634025511fa11202f4cc3b0834573 Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Fri, 17 May 2024 19:54:41 +0200 Subject: [PATCH] try to fix create-release again [skip ci] --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1ed8f21..6e75b60 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -73,7 +73,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - ref: master + fetch-depth: 0 - name: Create tag uses: rickstaa/action-create-tag@v1.7.2 with: