mirror of
https://github.com/Stone-Red-Software/StoneRed.NetificationApi.git
synced 2026-09-04 00:36:05 +02:00
Update publish-nuget.yml
This commit is contained in:
@@ -22,4 +22,4 @@ jobs:
|
||||
- name: Create the package
|
||||
run: dotnet pack --configuration Release src/StoneRed.NetificationApi
|
||||
- name: Publish the package to nuget.org
|
||||
run: dotnet nuget push src/StoneRed.NetificationApi/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push */src/StoneRed.NetificationApi/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
|
||||
|
||||
Reference in New Issue
Block a user