Skip to content

Commit

Permalink
I want to cry
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Oct 12, 2024
1 parent df372d1 commit 1fbb3e4
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,8 @@ jobs:
# $changes = $changes -replace "^(.*)$", "$linePrefix`$1 "
# }
# Set outputs
$changesOutput = @"
changes<<EOF
$changes
EOF
tag=$latestTag
ref=${gitRef:-N/A}
"@
$changesOutput | Out-File -Append -FilePath $env:GITHUB_OUTPUT
# Log the results
Write-Output "tag: $latestTag"
Write-Output "ref: ${gitRef:-N/A}"
Write-Output "changes:"
Write-Output $changes
# Set the changes output
Write-Output "::set-output name=changes::$changes"
# End log grouping
Write-Output "::endgroup::"
Expand Down

0 comments on commit 1fbb3e4

Please sign in to comment.