diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c30ef56..931e597 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,4 +32,4 @@ jobs: - name: Push package to NuGet.org run: | - dotnet nuget push ./bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate + dotnet nuget push ./bin/Release/*.nupkg -s https://nuget.skywardapps.us/v3/index.json --skip-duplicate