mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-27 18:59:23 -06:00
16 lines
347 B
YAML
16 lines
347 B
YAML
name: Release Notification
|
|
|
|
on: release
|
|
|
|
jobs:
|
|
notify:
|
|
name: Release Notification
|
|
steps:
|
|
- name: Discord Notify
|
|
if: always()
|
|
uses: dolthub/ga-discord-notify@master
|
|
with:
|
|
job-status: ${{ job.status }}
|
|
webhook-url: ${{ secrets.DISCORD_RELEASES_WEBHOOK }}
|
|
notify-on-success: true
|