Skip to content

Commit 68483ce

Browse files
committed
throw semicolons at it to fix
1 parent fe5f302 commit 68483ce

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/create.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
run: |
2222
# make it work 1st then make it pretty
2323
{
24-
echo "🧲```"
25-
transmission-show -m watch/*
26-
echo "```"
27-
echo "```"
28-
transmission-show watch/*
29-
echo "```"
30-
} >> release-notes.md
24+
echo "🧲```";
25+
transmission-show -m watch/*;
26+
echo "```";
27+
echo "```";
28+
transmission-show watch/*;
29+
echo "```";
30+
}; >> release-notes.md
3131
- name: Release
3232
uses: softprops/action-gh-release@v2
3333
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)