Fix garbled nightly build release notes by using body_path instead of encoded output
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sinceTag: v14.7.1
|
sinceTag: v14.7.1
|
||||||
|
output: CHANGELOG_NIGHTLY.md
|
||||||
# Exclude issues that were closed without resolution from changelog
|
# Exclude issues that were closed without resolution from changelog
|
||||||
excludeLabels: 'stale,wontfix,duplicate,invalid'
|
excludeLabels: 'stale,wontfix,duplicate,invalid'
|
||||||
- name: Update Nightly Release
|
- name: Update Nightly Release
|
||||||
@@ -39,7 +40,7 @@ jobs:
|
|||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
name: 'Nightly mdev Build $$'
|
name: 'Nightly mdev Build $$'
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: ${{ steps.changelog.outputs.changelog }}
|
body_path: CHANGELOG_NIGHTLY.md
|
||||||
files: |
|
files: |
|
||||||
*.bin
|
*.bin
|
||||||
*.bin.gz
|
*.bin.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user