Skip to content

Commit

Permalink
ci: 💚 Fix release workflow (remove non-ascii code)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 4, 2021
1 parent a013ac3 commit 23761c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
$currentMilestone = $milestones | Where-Object -Property title -EQ '${{ steps.gitversion.outputs.semVer }}';
if ( $currentMilestone ) {
$releaseNotes = ( Get-Content -Path '${{ steps.generate_release_notes.outputs.releaseNotesPath }}' -Encoding UTF8 -Raw );
$releaseDescription = "Данный этап закрыт в рамках выпуска " +
$releaseDescription = `
"[![${{ steps.release.outputs.tag_name }}](https://img.shields.io/badge/release-2.3.8-blue?style=plastic&logo=github)](${{ steps.release.outputs.url }})" +
".`r`n`r`n" + $releaseNotes;
Set-GitHubMilestone `
Expand Down

0 comments on commit 23761c2

Please sign in to comment.