mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-11 19:11:10 -05:00
Merge pull request #1177 from dolthub/oscarbatori/fix-release
Fixed release notification
This commit is contained in:
@@ -5,11 +5,12 @@ on: release
|
||||
jobs:
|
||||
notify:
|
||||
name: Release Notification
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Discord Notify
|
||||
if: always()
|
||||
uses: dolthub/ga-discord-notify@master
|
||||
with:
|
||||
job-status: ${{ job.status }}
|
||||
webhook-url: ${{ secrets.DISCORD_RELEASES_WEBHOOK }}
|
||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
notify-on-success: true
|
||||
|
||||
Reference in New Issue
Block a user