diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c78bf6f..ea30bf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,6 @@ jobs: - name: Pack run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . - name: Push - run: dotnet nuget push Relewise.Client.Extensions.${VERSION}.nupkg --source https://nuget.pkg.github.com/Relewise/index.json --api-key ${NUGET_TOKEN} + run: dotnet nuget push Relewise.Client.Extensions.${VERSION}.nupkg --source https://api.nuget.org/v3/index.jso --api-key ${NUGET_TOKEN} env: NUGET_TOKEN: ${{ secrets.NUGET_RELEWISE_CLIENT_EXTENSIONS_TOKEN }}