Skip to content

Commit

Permalink
discord notif on release (dapr#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny authored Dec 9, 2020
1 parent 44a4d36 commit e87de46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
body: Automatic go Dapr client release
draft: false
prerelease: false

- name: Notify
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
details: Release ${{ github.ref }} published
description: Release
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
avatarUrl: https://github.githubassets.com/images/modules/logos_page/Octocat.png

0 comments on commit e87de46

Please sign in to comment.