From: js6pak Date: Sun, 18 Dec 2022 20:27:59 +0000 (+0100) Subject: Hardcode nuget source X-Git-Tag: 1.0.0^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=1b7743df0f00ae589b1afb406c8935c78ac00ca8;p=rhonda%2Fimpostor.hazel.git Hardcode nuget source --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3593f34..11f515d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,4 +29,4 @@ jobs: - name: Push NuGet package if: github.ref_type == 'tag' run: | - dotnet nuget push ./{Hazel,Impostor.Hazel.Abstractions}/bin/Release/*.nupkg --source ${{ secrets.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_KEY }} + dotnet nuget push ./{Hazel,Impostor.Hazel.Abstractions}/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}