Skip to content

Commit be83943

Browse files
deployment: Also show channel in discord notification
1 parent ad4b450 commit be83943

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • tools/deployment/src/main/java/de/oliver/deployment

tools/deployment/src/main/java/de/oliver/deployment/Main.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ public static void main(String[] args) throws IOException {
3535
"""
3636
**Version:** %s
3737
**Commit:** %s
38+
**Channel:** %s
3839
**Download:** %s
3940
""".formatted(
4041
configuration.readVersion(),
4142
GitService.getCommitHash(),
43+
configuration.channel(),
4244
"https://modrinth.com/plugin/"+configuration.projectName()+"/versions/"+configuration.readVersion()),
4345
0x00FF00
4446
)

0 commit comments

Comments
 (0)