diff --git a/.github/workflows/announce-release-on-discord.yml b/.github/workflows/announce-release-on-discord.yml index dc4c1a0..4baad3d 100644 --- a/.github/workflows/announce-release-on-discord.yml +++ b/.github/workflows/announce-release-on-discord.yml @@ -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/action-discord@0.3.2 + DISCORD_THREAD_ID: 1235181365511589888 + uses: OneLiteFeatherNET/action-discord@0.4.1 with: args: | "<@&1102542159447601212>" diff --git a/build.gradle.kts b/build.gradle.kts index 6ceabbe..0bfa8c2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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(