Skip to content

Commit b402a12

Browse files
author
Josef Pacula
committed
Update workflow
1 parent 373aa27 commit b402a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
run: dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
1616
- name: Publish
1717
run: |
18-
dotnet pack -v detailed --version-suffix 3.1.0.6
19-
dotnet nuget push PostalCodes.3.1.0.6.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
18+
dotnet pack . -p:PackageVersion=3.1.0.6 -o .
19+
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 commit comments

Comments
 (0)