Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Nov 8, 2024
1 parent 2365e26 commit e6e6c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
12 changes: 2 additions & 10 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,8 @@ publishMods {
clientRequired = true
serverRequired = true

requires("306612") // fabric-api
optional("308702") // modmenu
}

github {
displayName = "Ramel ${project.version}"
version = project.version
repository = project.github_repository
accessToken = providers.environmentVariable("GITHUB_TOKEN")
commitish = project.github_branch
requires("fabric-api") // fabric-api
optional("modmenu") // modmenu
}
}

Expand Down
8 changes: 0 additions & 8 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ publishMods {
clientRequired = true
serverRequired = true
}

github {
displayName = "Ramel ${project.version}"
version = project.version
repository = project.github_repository
accessToken = providers.environmentVariable("GITHUB_TOKEN")
commitish = project.github_branch
}
}

neoForge {
Expand Down

0 comments on commit e6e6c21

Please sign in to comment.