Skip to content

Commit c4f3999

Browse files
committed
works locally
1 parent 62e6caf commit c4f3999

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/create.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
run: ./create_monero_torrent.sh
2020
- name: create release notes
2121
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
22+
{
23+
echo "### 🧲 Link"
24+
echo '```'
25+
transmission-show -m watch/*
26+
echo '```'
27+
echo "### Torrent info"
28+
echo '```'
29+
transmission-show watch/*
30+
echo '```'
31+
} >> release-notes.md
3232
- name: Release
3333
uses: softprops/action-gh-release@v2
3434
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)