Skip to content

Commit

Permalink
Allow exceptions to propagate for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 28, 2024
1 parent 75a0eff commit 3938259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3938259

Please sign in to comment.