Skip to content

Commit

Permalink
int - Discord webhook should be run last
Browse files Browse the repository at this point in the history
---

Type: int
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Mar 8, 2025
1 parent 93569e6 commit a0a12ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
name: ${{ steps.release-asset.outputs.SUBJECT }}
files: |
tools/*.zip
- name: Package Publication
run: |
chmod +x tools/*.sh
NUGET_APIKEY=${{ secrets.NUGET_APIKEY }} ./tools/push.sh
- name: Notify build
uses: tsickert/discord-webhook@v6.0.0
continue-on-error: true
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: "<:Aptivestigate:1268905335763107872> ${{ steps.release-asset.outputs.SUBJECT }} <:Aptivestigate:1268905335763107872>\n\n${{ steps.release-asset.outputs.BODY }}"
- name: Package Publication
run: |
chmod +x tools/*.sh
NUGET_APIKEY=${{ secrets.NUGET_APIKEY }} ./tools/push.sh

0 comments on commit a0a12ea

Please sign in to comment.