Former-commit-id: 83d2edec62
This commit is contained in:
Malte Rosenbjerg 2020-10-28 20:29:48 +01:00
parent 4347ef0220
commit 53a5f4900b

View file

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