From 39382591b82c50224045a4b34e709e51005efba9 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 28 Sep 2024 04:12:53 -0300 Subject: [PATCH] Allow exceptions to propagate for troubleshooting --- .github/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index b7c1e5f..748484c 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -27,10 +27,10 @@ jobs: dotnet tool update -g dotnet-sponsor $owners = gc owners.json | convertfrom-json foreach ($owner in $owners) { - '${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --oss-only false --with-token --force --owner $owner + '${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --exceptions --oss-only false --with-token --force --owner $owner } # global stats for all packages - '${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --force --with-token + '${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --exceptions --force --with-token - name: ⬆️ commit run: |