mirror of
https://github.com/moepman/acertmgr.git
synced 2024-12-28 03:51:50 +01:00
GitHub Actions: fix fetching tags
This commit is contained in:
parent
0648cb7b38
commit
56743dcbb9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
id: buildprep
|
||||
run: |
|
||||
# Fetch tags and determine version
|
||||
git fetch --tags
|
||||
git fetch --tags -f
|
||||
VER="$(python3 setup.py --version)"
|
||||
echo "Version found: $VER"
|
||||
echo "::set-output name=version::$VER"
|
||||
|
Loading…
Reference in New Issue
Block a user