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 0a1f73e commit a10b1d1Copy full SHA for a10b1d1
.github/workflows/publishToNuget.yml
@@ -30,7 +30,7 @@ jobs:
30
#VERSION_FILE_PATH: Directory.Build.props
31
32
# Regex pattern to extract version info in a capturing group
33
- VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
+ # VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
34
35
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
36
# VERSION_STATIC: 1.0.0
@@ -39,7 +39,7 @@ jobs:
39
#TAG_COMMIT: true
40
41
# Format of the git tag, [*] gets replaced with actual version
42
- # TAG_FORMAT: v*
+ TAG_FORMAT: v*
43
44
# API key to authenticate with NuGet server
45
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
0 commit comments