Skip to content

Commit a10b1d1

Browse files
committed
Change Workflow to tag
1 parent 0a1f73e commit a10b1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishToNuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
#VERSION_FILE_PATH: Directory.Build.props
3131

3232
# Regex pattern to extract version info in a capturing group
33-
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
33+
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
3434

3535
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
3636
# VERSION_STATIC: 1.0.0
@@ -39,7 +39,7 @@ jobs:
3939
#TAG_COMMIT: true
4040

4141
# Format of the git tag, [*] gets replaced with actual version
42-
# TAG_FORMAT: v*
42+
TAG_FORMAT: v*
4343

4444
# API key to authenticate with NuGet server
4545
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)