Skip to content

Commit

Permalink
add - Added Discord notify on release
Browse files Browse the repository at this point in the history
---

Using a webhook, we've added a release notification that gets sent to our Discord server.

---

Type: add
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 15, 2024
1 parent c1cd867 commit c37051f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Notify build
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: "<:nitrocidks:1268905174563557452> ${{ github.event.release.name }} <:nitrocidks:1268905174563557452>\n\n${{ github.event.release.body }}"
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit c37051f

Please sign in to comment.