update github release notes
This commit is contained in:
parent
0bc8544411
commit
53d9bea32a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -49,7 +49,9 @@ jobs:
|
|||||||
echo "Error: No release notes found for this version in CHANGELOG.md"
|
echo "Error: No release notes found for this version in CHANGELOG.md"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
|
echo "changelog<<EOF" >> $GITHUB_OUTPUT
|
||||||
|
echo "$CHANGELOG" >> $GITHUB_OUTPUT
|
||||||
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user