Skip to content

Commit

Permalink
chore: wip in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent 4cb7146 commit d348f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
}
if ('${{ needs.check-version.outputs.result }}' -eq 'false' || '${{ needs.check-last-commit.outputs.result }}' -eq 'false') {
$ISSUE_URL = gh issue create --label bug --title "Release $($TAG_VERSION) Check Failed" --body "$ISSUE_BODY"
$ISSUE_BODY | Out-File -FilePath body.txt -Encoding utf8
$ISSUE_URL = gh issue create --label bug --title "Release $($TAG_VERSION) Check Failed" --body-file body.txt
gh release delete $TAG_VERSION --yes
Write-Output "Release has been unpublished due to check failure."
Expand Down

0 comments on commit d348f38

Please sign in to comment.