From 7c3775828e6e09fa992f5b0be03d20823b1808c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 11:12:09 +0200 Subject: [PATCH] clone history as well --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 45d531c..cba75c4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,6 +9,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 # We need all history to correctly parse tag names fetch-tags: true - name: Setup git credentials and committer run: .ci/configure_git.sh @@ -18,8 +19,6 @@ jobs: uses: actions/checkout@v4 with: repository: latex/latex-packages-build - fetch-depth: 0 # We need all history to correctly parse tag names - fetch-tags: true path: build/LatexPackagesBuild ref: master - name: Checkout correct branch in build repository