mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Update publish_nuget.yml
This commit is contained in:
parent
7b89fa1f6c
commit
cc423dd6c9
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue