Files
dolt/.github/workflows/cd-release-notify.yaml
2020-12-21 21:58:54 -08:00

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