Skip to content

Commit

Permalink
GitHub Actions: fix fetching tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moepman committed Mar 4, 2020
1 parent 0648cb7 commit 56743dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 56743dc

Please sign in to comment.