fix output formatting

This commit is contained in:
Matthias Mair 2024-03-01 00:15:45 +01:00
parent 0436b550d3
commit 1a6e390482
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -40,7 +40,8 @@ jobs:
https://api.github.com/repos/inventree/InvenTree/releases/generate-notes \
-d '{"tag_name":"${{ steps.version.outputs.tag }}","target_commitish":"${{ steps.version.outputs.old_branch }}","previous_tag_name":"${{ steps.version.outputs.old_version }}"}')
echo $auto_text
echo "auto_text=$auto_text" >> $GITHUB_OUTPUT
echo '$auto_text' >> $GITHUB_STEP_SUMMARY
echo "auto_text='$auto_text'" >> $GITHUB_OUTPUT
- name: "Dummy: Set version"
run: echo "Change version to ${{ steps.version.outputs.tag }}"
- name: "Dummy: Update changelog header"