mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 15:40:16 +01:00
Update publish_nuget.yml
This commit is contained in:
parent
7b89fa1f6c
commit
cc423dd6c9
3
.github/workflows/publish_nuget.yml
vendored
3
.github/workflows/publish_nuget.yml
vendored
|
|
@ -38,3 +38,6 @@ jobs:
|
|||
with:
|
||||
name: NuGet Packages
|
||||
path: artifacts/NuGet/Release
|
||||
|
||||
- name: Push to NuGet
|
||||
run: dotnet nuget push nupkg\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue