Update build.yml
This commit is contained in:
parent
50f90c4230
commit
d97ae0da67
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -67,8 +67,7 @@ jobs:
|
|||
run: |
|
||||
touch CHANGELOG-${{ steps.info.outputs.project_version }}.md
|
||||
|
||||
changelog_full="${{ steps.changelog_full.outputs.description }}"
|
||||
news=$(echo -e "$changelog_full" | sed -n '/### Изменения/,/###/p' | sed '$d')
|
||||
news=$(echo -e "${{ steps.changelog_full.outputs.description }}" | sed -n '/### Изменения/,/###/p' | sed '$d')
|
||||
echo $news >> CHANGELOG-${{ steps.info.outputs.project_version }}.md
|
||||
|
||||
echo news=$news >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue