Skip to content

Commit

Permalink
chore: fix issue body in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent bce6287 commit d9d5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
$ISSUE_BODY += "${{ needs.check-last-commit.outputs.markdown_checks }}"
}
$ISSUE_URL = gh issue create --label bug --title "Release $($TAG_VERSION) Check Failed" --body $ISSUE_BODY
$ISSUE_URL = gh issue create --label bug --title "Release $($TAG_VERSION) Check Failed" --body "$($ISSUE_BODY)"
if ($env:GITHUB_EVENT_NAME -eq "release") {
Write-Output "status=false" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit d9d5f53

Please sign in to comment.