build new dist

This commit is contained in:
Thomas Wagner 2024-02-15 14:36:47 +01:00
parent f6b3ef8321
commit 91415bf0a8

2
dist/index.js vendored
View File

@ -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}`)