diff --git a/.github/workflows/nuget-push.yml b/.github/workflows/nuget-push.yml index 39a3de3..c99adf2 100644 --- a/.github/workflows/nuget-push.yml +++ b/.github/workflows/nuget-push.yml @@ -35,4 +35,4 @@ jobs: run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . ./src/Flipt\.Grpc/flipt-grpc.csproj - name: Push - run: dotnet nuget push --api-key ${{ secrets.NUGET_API_TOKEN }} Flipt.gRPC.${VERSION}.nupkg + run: dotnet nuget push Flipt.gRPC.${VERSION}.nupkg --api-key ${{ secrets.NUGET_API_TOKEN }} --source https://api.nuget.org/v3/index.json