mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
multiline delimiter?
This commit is contained in:
parent
1a6e390482
commit
f901d1c6f3
8
.github/workflows/do_release.yaml
vendored
8
.github/workflows/do_release.yaml
vendored
@ -40,8 +40,12 @@ 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' >> $GITHUB_STEP_SUMMARY
|
||||
echo "auto_text='$auto_text'" >> $GITHUB_OUTPUT
|
||||
echo $auto_text >> $GITHUB_STEP_SUMMARY
|
||||
{
|
||||
echo 'auto_text<<EOF'
|
||||
$auto_text
|
||||
echo EOF
|
||||
} >> "$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