We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17aadfc + 529072d commit e68c962Copy full SHA for e68c962
1 file changed
.github/workflows/blank.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
PROJECT_FILE_PATH: src/BlazorTextDiff.csproj # Relative to repository root
25
# 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
+ VERSION_REGEX: <Version>(.*)<\/Version> # Regex pattern to extract version info in a capturing group
27
# TAG_COMMIT: true # Flag to enable / disalge git tagging
28
# TAG_FORMAT: v* # Format of the git tag, [*] gets replaced with version
29
NUGET_KEY: ${{ secrets.NUGET_API_KEY }} # nuget.org API key
0 commit comments