Skip to content

Commit 9cddf34

Browse files
committed
Fix workflow
1 parent 8d65c0e commit 9cddf34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/releases-to-discord.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release to Discord
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch: {}
67

78
jobs:
89
github-releases-to-discord:
@@ -11,7 +12,7 @@ jobs:
1112
- name: Checkout
1213
uses: actions/checkout@v3
1314
- name: Github Releases To Discord
14-
uses: SethCohen/github-releases-to-discord@v1.13.1
15+
uses: SethCohen/github-releases-to-discord@v1
1516
with:
1617
webhook_url: ${{ secrets.RELEASE_WEBHOOK_URL }}
1718
color: "2105893"
@@ -20,4 +21,5 @@ jobs:
2021
content: "||@everyone||"
2122
footer_title: "Changelog"
2223
footer_icon_url: "https://cdn.discordapp.com/avatars/1184778180515606560/52b7876fc8cefa73f593c7f8b95811f3.webp?size=160"
23-
footer_timestamp: true
24+
footer_timestamp: true
25+
body_fallback: "No changelog provided."

0 commit comments

Comments
 (0)