Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Pacula committed Nov 22, 2019
1 parent 373aa27 commit b402a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
run: dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
- name: Publish
run: |
dotnet pack -v detailed --version-suffix 3.1.0.6
dotnet nuget push PostalCodes.3.1.0.6.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
dotnet pack . -p:PackageVersion=3.1.0.6 -o .
dotnet nuget push src/PostalCodes/PostalCodes.3.1.0.6.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit b402a12

Please sign in to comment.