clone history as well
This commit is contained in:
parent
546a7007cc
commit
7c3775828e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue