1 parent fe5f302 commit 68483ceCopy full SHA for 68483ce
1 file changed
.github/workflows/create.yml
@@ -21,13 +21,13 @@ jobs:
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
+ echo "🧲```";
+ transmission-show -m watch/*;
+ echo "```";
+ transmission-show watch/*;
+ }; >> release-notes.md
31
- name: Release
32
uses: softprops/action-gh-release@v2
33
if: github.ref_type == 'tag'
0 commit comments