mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
GitHub: fetch full history for release build
To make sure git has the full history, including all annotated tags, we need to explicitly fetch everything on checkout.
This commit is contained in:
parent
faa399f942
commit
ae4a1908dd
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -10,9 +10,6 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
env:
|
||||
DOCKER_REPO: lightninglabs
|
||||
DOCKER_IMAGE: lnd
|
||||
|
||||
# If you change this value, please change it in the following files as well:
|
||||
# /.travis.yml
|
||||
# /Dockerfile
|
||||
|
@ -27,6 +24,8 @@ jobs:
|
|||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: go cache
|
||||
uses: actions/cache@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue