We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321f69 commit d865e6aCopy full SHA for d865e6a
appveyor.bat
@@ -8,7 +8,7 @@ SetLocal
8
cd %APPVEYOR_BUILD_FOLDER%
9
10
if not defined APPVEYOR_REPO_TAG_NAME (
11
- for /F %%I in ('git describe --tags --abbrev^=0') do set "TAG_NAME=%%I"
+ for /F %%I in ('git describe --tags --always --abbrev^=0') do set "TAG_NAME=%%I"
12
) else (
13
set "TAG_NAME=%APPVEYOR_REPO_TAG_NAME%"
14
)
0 commit comments