Skip to content

Commit

Permalink
Use own publish action for discord. Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Jun 14, 2024
1 parent 309a645 commit d0f90c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/announce-release-on-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
steps:
- name: Send custom message with args
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_WEBHOOK: ${{ secrets.ONELITEFATHERNET_GITHUB_WEBHOOK }}
DISCORD_USERNAME: Attollo Release
DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png
uses: Ilshidur/[email protected]
DISCORD_THREAD_ID: 1235181365511589888
uses: OneLiteFeatherNET/[email protected]
with:
args: |
"<@&1102542159447601212>"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) {
}

group = "net.onelitefeather"
version = "1.3.0"
version = "1.3.1"

val minecraftVersion = "1.20.6"
val supportedMinecraftVersions = listOf(
Expand Down

0 comments on commit d0f90c5

Please sign in to comment.