Added a tagrequested output for rollback purposes.

This commit is contained in:
Corey Butler
2020-04-01 22:19:36 -05:00
parent 862d691cac
commit 524efb95f2
4 changed files with 10 additions and 6 deletions

View File

@ -52,6 +52,7 @@ async function run () {
)
core.warning(`Attempting to create ${tag.name} tag.`)
core.setOutput('tagrequested', tag.name)
// Check for existance of tag and abort (short circuit) if it already exists.
if (await tag.exists()) {