mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
gci: Checkout tags in CI to get auto-versioning working
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user