mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
gci: Add -f flag to git fetch
This avoids the warning of clobbering tags when fetching tags Changelog-None
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
||||
- name: Fetch tags for auto versioning
|
||||
run: git fetch --prune --unshallow --tags
|
||||
run: git fetch --prune --unshallow --tags -f
|
||||
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
Reference in New Issue
Block a user