Skip to content

Commit 267e118

Browse files
authored
Update release.yml
1 parent f3a3e43 commit 267e118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Test
14+
run: echo '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
1315
- name: Post to Discord
1416
uses: Ilshidur/action-discord@master
1517
env:

0 commit comments

Comments
 (0)