Skip to content

Commit e6e6c21

Browse files
committed
fix publish
1 parent 2365e26 commit e6e6c21

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

fabric/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,8 @@ publishMods {
5757
clientRequired = true
5858
serverRequired = true
5959

60-
requires("306612") // fabric-api
61-
optional("308702") // modmenu
62-
}
63-
64-
github {
65-
displayName = "Ramel ${project.version}"
66-
version = project.version
67-
repository = project.github_repository
68-
accessToken = providers.environmentVariable("GITHUB_TOKEN")
69-
commitish = project.github_branch
60+
requires("fabric-api") // fabric-api
61+
optional("modmenu") // modmenu
7062
}
7163
}
7264

neoforge/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ publishMods {
4848
clientRequired = true
4949
serverRequired = true
5050
}
51-
52-
github {
53-
displayName = "Ramel ${project.version}"
54-
version = project.version
55-
repository = project.github_repository
56-
accessToken = providers.environmentVariable("GITHUB_TOKEN")
57-
commitish = project.github_branch
58-
}
5951
}
6052

6153
neoForge {

0 commit comments

Comments
 (0)