Skip to content

Commit

Permalink
Added announcement to discord after a succesful release
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Aug 17, 2024
2 parents f1fa673 + 05261f9 commit 9e09a54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,11 @@ jobs:
# password:
# server-dir: ./upload
# local-dir: /opt/code/os4depot-release/
- name: Notify on Discord on successful release
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_ANNOUNCEMENTS_ID }}
webhook_token: ${{ secrets.DISCORD_ANNOUNCEMENTS_TOKEN }}
message: "New release of clib4: **${{ github.event.release.tag_name }}** has been created. Check it out at: https://github.com/AmigaLabs/clib4/releases/tag/${{ github.event.release.tag_name }}"
username: GitHub Actions
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"

0 comments on commit 9e09a54

Please sign in to comment.