From d0f90c51ecdae14d7a6f979b414737d1b406888f Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:55:02 +0200 Subject: [PATCH 1/4] Use own publish action for discord. Release 1.3.1 --- .github/workflows/announce-release-on-discord.yml | 5 +++-- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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( From e28b150590342a264e105f18dcbce36b6755600e Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:58:05 +0200 Subject: [PATCH 2/4] Release 1.3.2 --- .github/workflows/announce-release-on-discord.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/announce-release-on-discord.yml b/.github/workflows/announce-release-on-discord.yml index 4baad3d..6388b10 100644 --- a/.github/workflows/announce-release-on-discord.yml +++ b/.github/workflows/announce-release-on-discord.yml @@ -12,7 +12,7 @@ jobs: DISCORD_USERNAME: Attollo Release DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png DISCORD_THREAD_ID: 1235181365511589888 - uses: OneLiteFeatherNET/action-discord@0.4.1 + uses: OneLiteFeatherNET/action-discord@0.4.2 with: args: | "<@&1102542159447601212>" diff --git a/build.gradle.kts b/build.gradle.kts index 0bfa8c2..b99a15f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) { } group = "net.onelitefeather" -version = "1.3.1" +version = "1.3.2" val minecraftVersion = "1.20.6" val supportedMinecraftVersions = listOf( From 588e26e3904edafba60d5aeda1ceaecd2a21ab3d Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:59:55 +0200 Subject: [PATCH 3/4] Release 1.3.3 --- .github/workflows/announce-release-on-discord.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/announce-release-on-discord.yml b/.github/workflows/announce-release-on-discord.yml index 6388b10..56c4ead 100644 --- a/.github/workflows/announce-release-on-discord.yml +++ b/.github/workflows/announce-release-on-discord.yml @@ -12,7 +12,7 @@ jobs: DISCORD_USERNAME: Attollo Release DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png DISCORD_THREAD_ID: 1235181365511589888 - uses: OneLiteFeatherNET/action-discord@0.4.2 + uses: OneLiteFeatherNET/action-discord@master with: args: | "<@&1102542159447601212>" diff --git a/build.gradle.kts b/build.gradle.kts index b99a15f..e0b44ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) { } group = "net.onelitefeather" -version = "1.3.2" +version = "1.3.3" val minecraftVersion = "1.20.6" val supportedMinecraftVersions = listOf( From 3ed59cc24da5d0c26d858ab5f0ef7789c342c4b7 Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:03:14 +0200 Subject: [PATCH 4/4] Release 1.3.4 --- .github/workflows/announce-release-on-discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/announce-release-on-discord.yml b/.github/workflows/announce-release-on-discord.yml index 56c4ead..dc3606a 100644 --- a/.github/workflows/announce-release-on-discord.yml +++ b/.github/workflows/announce-release-on-discord.yml @@ -11,7 +11,7 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.ONELITEFATHERNET_GITHUB_WEBHOOK }} DISCORD_USERNAME: Attollo Release DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png - DISCORD_THREAD_ID: 1235181365511589888 + DISCORD_THREAD_ID: '1235181365511589888' uses: OneLiteFeatherNET/action-discord@master with: args: |