diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b13f4326..2f35055b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: run: dotnet pack SampSharp.sln --configuration Release --no-build --output bin - name: Push - run: dotnet nuget push bin/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate \ No newline at end of file + run: dotnet nuget push bin/*.nupkg --source="https://api.nuget.org/v3/index.json" --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate \ No newline at end of file