diff --git a/dist/index.js b/dist/index.js index e06df36..6d4b2a8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -40996,7 +40996,7 @@ async function uploadFiles(client, owner, repo, release_id, all_files) { await client.repository.repoDeleteReleaseAttachment({ owner: owner, repo: repo, - id: id, + id: release_id, attachmentId: attachment.id, }) console.log(`Successfully deleted old release attachment ${attachment.name}`)