Skip to content

Commit dfc350e

Browse files
committed
fix: .
1 parent 98c46f5 commit dfc350e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
Write-Host "Release Notes: $($releaseInfo.notes)"
5757
5858
# Set output variables for subsequent steps
59-
echo "release_name=$($releaseInfo.name)" >> $env:GITHUB_OUTPUT
60-
echo "release_tag=$($releaseInfo.tag)" >> $env:GITHUB_OUTPUT
61-
echo "release_notes=$($releaseInfo.notes)" >> $env:GITHUB_OUTPUT
62-
echo "pullNumber=$($releaseInfo.pullNumber)" >> $env:GITHUB_OUTPUT
59+
echo "::set-output name=release_name::$($releaseInfo.name)"
60+
echo "::set-output name=release_tag::$($releaseInfo.tag)"
61+
echo "::set-output name=release_notes::$($releaseInfo.notes)"
62+
echo "::set-output name=pullNumber::$($releaseInfo.pullNumber)"
6363
} catch {
6464
Write-Error "Failed to convert to JSON: $($_.Exception.Message)"
6565
exit 1

0 commit comments

Comments
 (0)