mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
gci: Checkout tags in CI to get auto-versioning working
This commit is contained in:
parent
b8f79d3e44
commit
b2df01dc73
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
||||
- name: Fetch tags for auto versioning
|
||||
run: git fetch --prune --unshallow --tags
|
||||
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
7
.github/workflows/macos.yaml
vendored
7
.github/workflows/macos.yaml
vendored
@ -15,10 +15,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.0.0
|
||||
with:
|
||||
# Need to fetch full history to get pyln versions identified
|
||||
# correctly
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch tags for auto versioning
|
||||
run: git fetch --prune --unshallow --tags
|
||||
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v2
|
||||
|
Loading…
Reference in New Issue
Block a user