Skip to content

Commit

Permalink
add ping to notify people if a new build is available
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 5, 2024
1 parent 76e3c34 commit 61f8ad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ jobs:
webhook: ${{ secrets.CHATMANAGER_WEBHOOK }}
noprefix: true
title: New build of ChatManager is ready!
content: "<@&888222546573537280>"
description: |
<@&888222546573537280>
Version ${{ steps.minecraft_version.outputs.value }} build ${{ env.NEXT_BUILD_NUMBER }}
Click [here](https://modrinth.com/plugin/chatmanager/version/${{ steps.minecraft_version.outputs.value }}-${{ env.NEXT_BUILD_NUMBER }}) to download!
- name: Notify Discord
Expand Down

0 comments on commit 61f8ad3

Please sign in to comment.