Update build.yml

This commit is contained in:
Xikaro 2024-01-05 13:06:37 +05:00
parent 4809f31ef1
commit 046f24076c

View file

@ -66,7 +66,7 @@ jobs:
shell: bash
run: |
news=$(printf "%s" "${{ steps.changelog_full.outputs.description }}" | sed -n '/### Изменения/,/###/p' | sed '$d')
printf "%s\n" "news=$news" >> $GITHUB_OUTPUT
printf "%s" "news=$news" >> $GITHUB_OUTPUT
- name: Create Discord message