Skip to content

Commit

Permalink
I am loosing my mind
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Oct 12, 2024
1 parent 2ffbdd9 commit 03c67b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ jobs:
# }
# Set outputs
Add-Content -Path $env:$GITHUB_OUTPUT -Value "changes<<EOF"
Add-Content -Path $env:$GITHUB_OUTPUT -Value $changes
Add-Content -Path $env:$GITHUB_OUTPUT -Value "EOF"
Add-Content -PATH $env:$GITHUB_OUTPUT -VALUE "tag=$latestTag"
Add-Content -Path $env:$GITHUB_OUTPUT -Value "EOF"
$EOF = (New-Guid).Guid
"changes<<$EOF" >> $env:GITHUB_ENV
$changes >> $env:GITHUB_ENV
"$EOF" >> $env:GITHUB_ENV
"tag=$latestTag" >> $env:GITHUB_OUTPUT
# Log the results
Write-Output "tag: $latestTag"
Expand Down

0 comments on commit 03c67b1

Please sign in to comment.