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