Fixed action to publish nuget.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s
This commit is contained in:
@ -35,4 +35,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dotnet nuget push out/*.nupkg \
|
dotnet nuget push out/*.nupkg \
|
||||||
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
|
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
|
||||||
--source "https://gitea.masita.net/mc/portaloggy/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
--source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
||||||
Reference in New Issue
Block a user