ci: Remove usage of deprecated ::set-output

pull/153/head
Robert Dailey 1 year ago
parent b2f13b4a07
commit e03caa2a36

@ -5,8 +5,8 @@ param (
)
if ($Version -match 'v\d+\.\d+\.\d+') {
'::set-output name=match::true'
"match=true" >> $env:GITHUB_OUTPUT
}
else {
'::set-output name=match::false'
"match=false" >> $env:GITHUB_OUTPUT
}

Loading…
Cancel
Save