Skip to content

Commit d0f90c5

Browse files
committed
Use own publish action for discord. Release 1.3.1
1 parent 309a645 commit d0f90c5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/announce-release-on-discord.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
steps:
99
- name: Send custom message with args
1010
env:
11-
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
11+
DISCORD_WEBHOOK: ${{ secrets.ONELITEFATHERNET_GITHUB_WEBHOOK }}
1212
DISCORD_USERNAME: Attollo Release
1313
DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png
14-
uses: Ilshidur/[email protected]
14+
DISCORD_THREAD_ID: 1235181365511589888
15+
uses: OneLiteFeatherNET/[email protected]
1516
with:
1617
args: |
1718
"<@&1102542159447601212>"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) {
2525
}
2626

2727
group = "net.onelitefeather"
28-
version = "1.3.0"
28+
version = "1.3.1"
2929

3030
val minecraftVersion = "1.20.6"
3131
val supportedMinecraftVersions = listOf(

0 commit comments

Comments
 (0)