Skip to content

Commit

Permalink
ci: release body is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Feb 2, 2025
1 parent ba7f86b commit b1f30ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Get ChangeLog
id: get_changelog
working-directory: scripts
run:
changelog=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
echo "changelog=${changelog}" >> $GITHUB_OUTPUT
run: |
CHANGELOG=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
echo "changelog=${CHANGELOG}" >> $GITHUB_OUTPUT
build-jar:
name: Build Jar
Expand Down

0 comments on commit b1f30ff

Please sign in to comment.