Skip to content

Commit

Permalink
Fix release asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Jul 17, 2024
1 parent b375001 commit 2ee62c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
console.log(`Uploading dist archive release asset for ${release.tag_name}`);
// https://octokit.github.io/rest.js/v20#repos-upload-release-asset
await github.repos.uploadReleaseAsset({
await github.rest.repos.uploadReleaseAsset({
owner,
repo,
release_id: release.id,
Expand Down

0 comments on commit 2ee62c0

Please sign in to comment.