Skip to content

Commit

Permalink
add discord notification
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Aug 4, 2024
1 parent e05d6dd commit 57eb52c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ jobs:
files: |
build/libs/!(*-@(dev|sources|javadoc|slim)).jar
build/libs/*-@(sources|javadoc).jar
- name: Notify Discord
uses: Up-Mods/action-discord-release@main
with:
version: ${{ github.ref_name }}
webhook-url: ${{ secrets.ANNOUNCEMENT_WEBHOOK_URL }}
curseforge-project-id: ${{ steps.publish_fabric.outputs.curseforge-id }}
modrinth-project-id: ${{ steps.publish_fabric.outputs.modrinth-id }}
thumbnail-url: https://mod-assets.upcraft.dev/promo/ok-zoomer/icon_128x.png
ping-notification-role: false

0 comments on commit 57eb52c

Please sign in to comment.