We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50eef88 commit 9cb929dCopy full SHA for 9cb929d
.github/workflows/github-stats.yaml
@@ -34,7 +34,7 @@ jobs:
34
const baseName = `arduino-cli_${rel.name}_`
35
36
// Get a list of assets for this release
37
- const opts = github.repos.listAssetsForRelease.endpoint.merge({
+ const opts = github.repos.listReleaseAssets.endpoint.merge({
38
...context.repo,
39
release_id: rel.id
40
})
0 commit comments