From 2e35e8dc19f6fcd9f004a8e79fd2ef4f2d463bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20=C3=98stergaard=20Nielsen?= <45033225+Yacobolo@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:31:25 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f4ceb4..309c5e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,8 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v2 - - - name: Fetch tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* + with: + fetch-depth: 0 - name: Set up Python 3.11 uses: actions/setup-python@v1