Update build.yml
This commit is contained in:
parent
046f24076c
commit
d99dd37e95
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
|
||||
- name: Modpack info
|
||||
id: info
|
||||
shell: bash
|
||||
run: |
|
||||
set +e
|
||||
|
||||
|
|
@ -65,7 +66,9 @@ jobs:
|
|||
id: changelog
|
||||
shell: bash
|
||||
run: |
|
||||
set +e
|
||||
news=$(printf "%s" "${{ steps.changelog_full.outputs.description }}" | sed -n '/### Изменения/,/###/p' | sed '$d')
|
||||
printf "%s" "news=$news"
|
||||
printf "%s" "news=$news" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue