Merge pull request #1177 from dolthub/oscarbatori/fix-release

Fixed release notification
This commit is contained in:
Oscar Batori
2021-01-20 10:35:50 -08:00
committed by GitHub
+2 -1
View File
@@ -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