We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a3e43 commit 267e118Copy full SHA for 267e118
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
+ - name: Test
14
+ run: echo '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
15
- name: Post to Discord
16
uses: Ilshidur/action-discord@master
17
env:
0 commit comments