1 parent 62e6caf commit c4f3999Copy full SHA for c4f3999
1 file changed
.github/workflows/create.yml
@@ -19,16 +19,16 @@ jobs:
19
run: ./create_monero_torrent.sh
20
- name: create release notes
21
run: |
22
- cat >> release-notes.md <<'EOF'
23
- 🧲 Link
24
- ```
25
- $(transmission-show -m watch/*)
26
27
- Torrent info
28
29
- $(transmission-show watch/*)
30
31
- EOF
+ {
+ echo "### 🧲 Link"
+ echo '```'
+ transmission-show -m watch/*
+ echo "### Torrent info"
+ transmission-show watch/*
+ } >> release-notes.md
32
- name: Release
33
uses: softprops/action-gh-release@v2
34
if: github.ref_type == 'tag'
0 commit comments