Update publish-nuget.yml

This commit is contained in:
Stone_Red
2024-03-04 21:05:28 +01:00
committed by GitHub
parent ee6bf84ed7
commit dee642eafb
+1 -1
View File
@@ -23,4 +23,4 @@ jobs:
- name: Create the package - name: Create the package
run: dotnet pack --configuration Release src/StoneRed.NetificationApi run: dotnet pack --configuration Release src/StoneRed.NetificationApi
- name: Publish the package to nuget.org - 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