Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Oct 5, 2023
1 parent 97f368e commit e1a85dc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,11 @@ publishing {

repositories {
maven {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/kessokuteatime/create-fabric")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
name = "GitHubPackages"
url = "https://maven.pkg.github.com/DM-Earth/create-fabric-dme-edition"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit e1a85dc

Please sign in to comment.