Skip to content

Commit

Permalink
Merge pull request #60 from OneLiteFeatherNET/master
Browse files Browse the repository at this point in the history
Pullback
  • Loading branch information
TheMeinerLP committed Jun 14, 2024
2 parents 864f063 + 3ed59cc commit 4c7f302
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/action-discord@master
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.3"

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

0 comments on commit 4c7f302

Please sign in to comment.