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