Update publish-nuget.yml

This commit is contained in:
Stone_Red
2024-03-04 21:08:39 +01:00
committed by GitHub
parent a7d0c8c249
commit 000a58d89a
+1 -1
View File
@@ -23,4 +23,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_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