Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GihanSoft committed May 17, 2021
2 parents e50d4eb + cbd4197 commit 15d41d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: dotnet restore
- run: dotnet test .\NaturalStringComparerTest\NaturalStringComparerTest.csproj
- name: test
run: dotnet test .\NaturalStringComparerTest\NaturalStringComparerTest.csproj
- name: publish on version change
id: publish_nuget
uses: rohith/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: NaturalStringComparer.Unsafe
PROJECT_FILE_PATH: .\NaturalStringComparer.Unsafe\NaturalStringComparer.Unsafe.csproj

# Regex pattern to extract version info in a capturing group
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
Expand Down

0 comments on commit 15d41d9

Please sign in to comment.