Skip to content

Commit

Permalink
Update publish-utf8json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Jan 26, 2023
1 parent 3239414 commit 9031a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-utf8json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: publish on version change
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src/SmartEnum.Utf8Json/SmartEnum.Utf8Json.csproj # Relative to repository root
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
# PROJECT_FILE_PATH: src/SmartEnum.Utf8Json/SmartEnum.Utf8Json.csproj # Relative to repository root
VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
VERSION_REGEX: <Version>(.*)<\/Version> # Regex pattern to extract version info in a capturing group
TAG_COMMIT: true # Flag to enable / disable git tagging
TAG_FORMAT: SmartEnumUtf8Json-v* # Format of the git tag, [*] gets replaced with version
Expand Down

0 comments on commit 9031a06

Please sign in to comment.