Skip to content

Commit 8f63628

Browse files
authored
Update publish.yml
1 parent fbce247 commit 8f63628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
# Regex pattern to extract version info in a capturing group
3030
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
3131

32+
# Flag to toggle git tagging, enabled by default
33+
TAG_COMMIT: true
34+
3235
# Configuration to build and package
3336
# BUILD_CONFIGURATION: Release
3437

@@ -44,9 +47,6 @@ jobs:
4447
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
4548
# VERSION_STATIC: 1.0.0
4649

47-
# Flag to toggle git tagging, enabled by default
48-
# TAG_COMMIT: true
49-
5050
# Format of the git tag, [*] gets replaced with actual version
5151
# TAG_FORMAT: v*
5252

0 commit comments

Comments
 (0)