mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-06-24 17:31:09 +02:00
fix wrong var name
This commit is contained in:
2
main.js
2
main.js
@ -109,7 +109,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}`)
|
||||
|
Reference in New Issue
Block a user