Update release.yml

Former-commit-id: 8a3f29e7e0
This commit is contained in:
Malte Rosenbjerg 2020-10-28 20:21:44 +01:00
parent a47ae26d0b
commit 1229d85cb4

View file

@ -15,5 +15,5 @@ jobs:
- name: Build solution - name: Build solution
run: dotnet build --output build run: dotnet build --output build
- name: Publish NuGet package - name: Publish NuGet package
run: dotnet nuget push "**/*.nupkg" --skip-duplicate run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source nuget.org