Skip to content

Commit 5d728de

Browse files
authored
Fixes for pr 219 (#224)
1 parent 3f5b4d8 commit 5d728de

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/makeRelease.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ jobs:
2727
announcements:
2828
needs: [compile-ppc, compile-spe]
2929
name: Notify on Discord on successful release
30-
uses: appleboy/discord-action@master
31-
with:
32-
webhook_id: ${{ secrets.DISCORD_ANNOUNCEMENTS_ID }}
33-
webhook_token: ${{ secrets.DISCORD_ANNOUNCEMENTS_TOKEN }}
34-
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 }}"
35-
username: "GitHub Actions"
36-
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
30+
runs-on: ubuntu-latest
31+
steps:
32+
- name: Notify on Discord on successful release
33+
uses: appleboy/discord-action@master
34+
with:
35+
webhook_id: ${{ secrets.DISCORD_ANNOUNCEMENTS_ID }}
36+
webhook_token: ${{ secrets.DISCORD_ANNOUNCEMENTS_TOKEN }}
37+
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 }}"
38+
username: "GitHub Actions"
39+
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"

0 commit comments

Comments
 (0)