Skip to content

Commit 1074100

Browse files
committed
gh actions
1 parent 0c02b9d commit 1074100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/v2_Release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# create the copyright text
2626
$copyright = "Copyright " + [char]0x00A9 + " Umbraco " + (Get-Date).year
2727
Write-Verbose "Copyright set to $copyright" -Verbose
28-
# set global var
29-
Write-Output "::set-env name=copyright::$copyright"
28+
# Write env var
29+
echo "copyright=$copyright" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
3030
$AssemblyInfoPath = Join-Path -Path $Env:GITHUB_WORKSPACE -ChildPath "src\UmbracoExamine.PDF\Properties\AssemblyInfo.cs"
3131
# Set the copyright
3232
(gc -Path $AssemblyInfoPath) `

0 commit comments

Comments
 (0)