Skip to content

Commit

Permalink
makes step "Publish on version change" capital
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelev committed Jul 27, 2020
1 parent 5cfd46d commit 2aaa816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: publish on version change
- name: Publish on version change
id: publish_nuget
uses: rohith/publish-nuget@v2
with:
Expand Down

0 comments on commit 2aaa816

Please sign in to comment.