stripped down

This commit is contained in:
Corey Butler 2023-03-31 00:21:14 -05:00
parent 5fc2c3560a
commit 838b8aeba4
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

@ -123,7 +123,7 @@ async function run () {
// core.setOutput('taguri', tag.uri)
// core.setOutput('tagmessage', tag.message)
// core.setOutput('tagref', tag.ref)
// } catch (error) {
} catch (error) {
// core.warning(error.message + '\n' + error.stack)
// core.setOutput('tagname', '')
// core.setOutput('tagsha', '')
@ -131,7 +131,7 @@ async function run () {
// core.setOutput('tagmessage', '')
// core.setOutput('tagref', '')
// core.setOutput('tagcreated', 'no')
// }
}
}
run()