From 6a859e53b3a401facab8a7b7412910fcae817782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sander=20Blomv=C3=A5gnes?= <54621884+SanderBlom@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:56:26 +0100 Subject: [PATCH] Added fetch tags for checkout --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1d2020..111af49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + with: + fetch-tags: true - name: Prepare Files run: |