Skip to content

Commit e3e947c

Browse files
authored
Update release.yml
Fix telegram release message (hopefully)
1 parent 58fc6f1 commit e3e947c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ jobs:
103103
token: ${{ secrets.TELEGRAM_TOKEN }}
104104
format: markdown
105105
message: |
106-
✨ Good news everyone! ✨
106+
*✨ Good news everyone! ✨*
107107
108108
A new version of the [*Weeeeeeeee(th the Italians)*](https://cwti.link/ide-plugin) plugin has just been released!
109-
You should find the update to {{ github.event.release.tag_name }} in your IDE soon. Y'all know what to do 😉
109+
You should find the update to {{ github.event.release.tag_name }} in your IDE soon. Y\'all know what to do 😉
110110
111111
The release notes are [here](https://github.com/${{ github.repository }}/releases/tag/{{ github.event.release.tag_name }})
112112

0 commit comments

Comments
 (0)