GitHub Actions: fix fetching tags

This commit is contained in:
Markus 2020-03-04 17:29:11 +01:00
parent 0648cb7b38
commit 56743dcbb9
1 changed files with 1 additions and 1 deletions

View File

@ -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"