diff --git a/.github/workflows/build-release-ci.yml b/.github/workflows/build-release-ci.yml index f2b28d9..7959ac1 100644 --- a/.github/workflows/build-release-ci.yml +++ b/.github/workflows/build-release-ci.yml @@ -40,7 +40,8 @@ jobs: - id: set_vars run: | - GIT_TAG=$(git describe --first-parent --tags) + git fetch --tags + GIT_TAG=$(git describe --first-parent) echo "::set-output name=git_tag::$GIT_TAG" - name: Setup MSBuild.exe