mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
17 lines
365 B
YAML
17 lines
365 B
YAML
name: Release Notification
|
|
|
|
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_WEBHOOK }}
|
|
notify-on-success: true
|