Skip to content

Commit

Permalink
bugfix: adds missing -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Feb 11, 2022
1 parent 277c244 commit 3594292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
else
sed -ne "1,/^$/ p" README.md > RELEASE_HEAD.md
fi
echo "Changes in this version:\n" >> RELEASE_HEAD.md
echo -e "Changes in this version:\n" >> RELEASE_HEAD.md
fi
- name: Start RELEASE.md with copy of RELEASE_HEAD.md
shell: bash
Expand Down

0 comments on commit 3594292

Please sign in to comment.