diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef48d52..f0c4704 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"