We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4dcc9 commit 0e485e7Copy full SHA for 0e485e7
1 file changed
.github/workflows/dotnet.yml
@@ -38,7 +38,7 @@ jobs:
38
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
39
#VERSION_FILE_PATH: # optional
40
# Regex pattern to extract version info in a capturing group
41
- #VERSION_REGEX: # optional, default is ^\s*<Version>(.*)<\/Version>\s*$
+ VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
42
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
43
#VERSION_STATIC: # optional
44
# Flag to toggle git tagging, enabled by default
0 commit comments