Skip to content

Commit

Permalink
Always force refresh stats
Browse files Browse the repository at this point in the history
Otherwise, we wouldn't update existing ones
  • Loading branch information
kzu committed Sep 28, 2024
1 parent da81b4d commit 75a0eff
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 --owner $owner
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --oss-only false --with-token --force --owner $owner
}
# global stats for all packages
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --with-token
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --force --with-token
- name: ⬆️ commit
run: |
Expand Down

0 comments on commit 75a0eff

Please sign in to comment.