1 parent 1f72712 commit fe5f302Copy full SHA for fe5f302
1 file changed
.github/workflows/create.yml
@@ -20,8 +20,14 @@ jobs:
20
- name: create release notes
21
run: |
22
# 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
+ {
+ echo "🧲```"
25
+ transmission-show -m watch/*
26
+ echo "```"
27
28
+ transmission-show watch/*
29
30
+ } >> release-notes.md
31
- name: Release
32
uses: softprops/action-gh-release@v2
33
if: github.ref_type == 'tag'
0 commit comments