set installed versions as outputs

This commit is contained in:
Chris Dosé
2020-07-25 23:24:11 -07:00
parent ceecbf34d4
commit 1148b8ff81
3 changed files with 1118 additions and 1475 deletions

View File

@@ -40,6 +40,8 @@ async function main() {
const matchersPath = path.join(__dirname, '..', '.github')
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`)
console.log(`::set-output name=otp-version::${otpVersion}`)
console.log(`::set-output name=elixir-version::${elixirVersion}`)
}
function checkPlatform() {