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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetch-depth: 0 # We need all history to correctly parse tag names
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
- name: Setup git credentials and committer
|
- name: Setup git credentials and committer
|
||||||
run: .ci/configure_git.sh
|
run: .ci/configure_git.sh
|
||||||
|
@ -18,8 +19,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: latex/latex-packages-build
|
repository: latex/latex-packages-build
|
||||||
fetch-depth: 0 # We need all history to correctly parse tag names
|
|
||||||
fetch-tags: true
|
|
||||||
path: build/LatexPackagesBuild
|
path: build/LatexPackagesBuild
|
||||||
ref: master
|
ref: master
|
||||||
- name: Checkout correct branch in build repository
|
- name: Checkout correct branch in build repository
|
||||||
|
|
Loading…
Reference in a new issue