Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 8, 2024
1 parent 7926f6e commit b15e305
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ jobs:
# subject-digest: ${{steps.image_metadata.outputs.digest}}
# subject-name: ${{steps.image_metadata.outputs.name}}
# push-to-registry: true
notify:
name: Discord Notification
runs-on: ubuntu-latest
needs:
- goreleaser
if: ${{ always() }}
steps:
- name: Notify
uses: nobrayner/discord-webhook@v1
with:
github-token: ${{ secrets.github_token }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit b15e305

Please sign in to comment.