Skip to content

Commit fe5f302

Browse files
committed
multi line echo to file?
1 parent 1f72712 commit fe5f302

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/create.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ jobs:
2020
- name: create release notes
2121
run: |
2222
# make it work 1st then make it pretty
23-
echo "[magnet link 🧲](" >> release-notes.md && transmission-show -m watch/* >> release-notes.md && echo ")" >> release-notes.md
24-
echo "```" >> release-notes.md && transmission-show watch/* >> release-notes.md && echo "```" >> release-notes.md
23+
{
24+
echo "🧲```"
25+
transmission-show -m watch/*
26+
echo "```"
27+
echo "```"
28+
transmission-show watch/*
29+
echo "```"
30+
} >> release-notes.md
2531
- name: Release
2632
uses: softprops/action-gh-release@v2
2733
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)