Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Jan 5, 2024
1 parent 046f240 commit d99dd37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Modpack info
id: info
shell: bash
run: |
set +e
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d99dd37

Please sign in to comment.