From 2da7854bb222927206cb6e47d6719330507135c7 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:28:22 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9015a2f..8f4ceb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v2 + + - name: Fetch tags + run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up Python 3.11 uses: actions/setup-python@v1