build-deb.yml: Fetch whole history
Otherwise, git-describe(1) would fail and it would not be possible to tag the artifacts accordingly.
This commit is contained in:
parent
bb6f43d124
commit
fa12517208
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ jobs:
|
|||
run: |
|
||||
git clone -q \
|
||||
-b ${{ env.GITHUB_HEAD_REF }} \
|
||||
--depth 1 \
|
||||
${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}.git \
|
||||
/src
|
||||
- name: Configure project
|
||||
|
|
Loading…
Reference in a new issue