mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
ci: release body is empty
This commit is contained in:
@@ -26,9 +26,9 @@ jobs:
|
|||||||
- name: Get ChangeLog
|
- name: Get ChangeLog
|
||||||
id: get_changelog
|
id: get_changelog
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
run:
|
run: |
|
||||||
changelog=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
|
CHANGELOG=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
|
||||||
echo "changelog=${changelog}" >> $GITHUB_OUTPUT
|
echo "changelog=${CHANGELOG}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
build-jar:
|
build-jar:
|
||||||
name: Build Jar
|
name: Build Jar
|
||||||
|
|||||||
Reference in New Issue
Block a user