Skip to content

Commit 75a0eff

Browse files
committed
Always force refresh stats
Otherwise, we wouldn't update existing ones
1 parent da81b4d commit 75a0eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
dotnet tool update -g dotnet-sponsor
2828
$owners = gc owners.json | convertfrom-json
2929
foreach ($owner in $owners) {
30-
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --oss-only false --with-token --owner $owner
30+
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --oss-only false --with-token --force --owner $owner
3131
}
3232
# global stats for all packages
33-
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --with-token
33+
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --force --with-token
3434
3535
- name: ⬆️ commit
3636
run: |

0 commit comments

Comments
 (0)