Added tag output

This commit is contained in:
Corey Butler 2019-09-02 16:41:21 -05:00
parent ae6ad23726
commit 0dd9bcfd82

View File

@ -14,7 +14,7 @@ async function run() {
core.debug(`Working Directory: ${process.env.GITHUB_WORKSPACE}:\n${dir}`)
core.warning(`Available environment variables:\n -> ${Object.keys(process.env).join('\n -> ')}`)
core.setOutput('')
core.setOutput('tag', '')
} catch (error) {
core.setFailed(error.message)
}