We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa9901 commit c144488Copy full SHA for c144488
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
for (let file of await fs.readdir('out')) {
57
console.log('uploading', file);
58
59
- await github.repos.uploadReleaseAsset({
+ await github.rest.repos.uploadReleaseAsset({
60
owner,
61
repo,
62
release_id: ${{ github.event.release.id }},
0 commit comments