We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc3f05 commit 60e7babCopy full SHA for 60e7bab
β.github/workflows/community-release-notifier.ymlβ
@@ -104,7 +104,6 @@ jobs:
104
with:
105
webhook-url: ${{ secrets.DISCORD_WEBHOOK_RELEASE_NOTES }}
106
content: ${{ steps.truncate-discord.outputs.string }}
107
- continue-on-error: true
108
109
# ββββββββββββββββββββββββββββββββββββββββββββββββ
110
# Telegram notification β MarkdownV2 + no link preview
@@ -122,4 +121,3 @@ jobs:
122
121
disable_web_page_preview: true
123
# Only needed for topic-enabled supergroups/channels
124
message_thread_id: ${{ secrets.TELEGRAM_MESSAGE_THREAD_ID }}
125
0 commit comments