Files
dolt/.github/workflows/cd-release-notify.yaml
T
2021-01-04 17:36:06 -08:00

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