Skip to content

Commit e68c962

Browse files
committed
2 parents 17aadfc + 529072d commit e68c962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
PROJECT_FILE_PATH: src/BlazorTextDiff.csproj # Relative to repository root
2525
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
26-
# VERSION_REGEX: <Version>(.*)<\/Version> # Regex pattern to extract version info in a capturing group
26+
VERSION_REGEX: <Version>(.*)<\/Version> # Regex pattern to extract version info in a capturing group
2727
# TAG_COMMIT: true # Flag to enable / disalge git tagging
2828
# TAG_FORMAT: v* # Format of the git tag, [*] gets replaced with version
2929
NUGET_KEY: ${{ secrets.NUGET_API_KEY }} # nuget.org API key

0 commit comments

Comments
 (0)