mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix output formatting
This commit is contained in:
parent
0436b550d3
commit
1a6e390482
3
.github/workflows/do_release.yaml
vendored
3
.github/workflows/do_release.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user