mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Fix release workflow failing because of multiline changelog
This commit is contained in:
parent
e2c0fab399
commit
8d1a55f76d
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -26,10 +26,13 @@ jobs:
|
|||
- name: set_variables
|
||||
run: |
|
||||
output1=$(python3 test/get_latest.py)
|
||||
output2=$(python3 test/get_changes.py "$output1")
|
||||
{
|
||||
echo "changelog<<EOF"
|
||||
python3 test/get_changes.py "$(python3 test/get_latest.py)"
|
||||
echo EOF
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
output3=$(python3 test/version_is_lower.py ${{ steps.previoustag.outputs.tag }})
|
||||
echo "latestVersion=$output1" >> $GITHUB_OUTPUT
|
||||
echo "changelog=$output2" >> $GITHUB_OUTPUT
|
||||
echo "shouldRun=$output3" >> $GITHUB_OUTPUT
|
||||
id: set_variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue