Skip to content

Commit 9cb929d

Browse files
authored
[skip changelog] Fix workflow collecting GH download stats (arduino#1133)
1 parent 50eef88 commit 9cb929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-stats.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
const baseName = `arduino-cli_${rel.name}_`
3535
3636
// Get a list of assets for this release
37-
const opts = github.repos.listAssetsForRelease.endpoint.merge({
37+
const opts = github.repos.listReleaseAssets.endpoint.merge({
3838
...context.repo,
3939
release_id: rel.id
4040
})

0 commit comments

Comments
 (0)