mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Added tagref output
This commit is contained in:
parent
010bb4a48a
commit
81eb23ba3c
@ -174,6 +174,7 @@ async function run() {
|
||||
core.setOutput('tagsha', newTag.data.sha)
|
||||
core.setOutput('taguri', newReference.data.url)
|
||||
core.setOutput('tagmessage', tagMsg.trim())
|
||||
core.setOutput('tagref', newReference.data.ref)
|
||||
}
|
||||
} catch (error) {
|
||||
core.warning(error.message)
|
||||
@ -181,6 +182,7 @@ async function run() {
|
||||
core.setOutput('tagsha', '')
|
||||
core.setOutput('taguri', '')
|
||||
core.setOutput('tagmessage', '')
|
||||
core.setOutput('tagref', '')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user