Skip to content

Commit

Permalink
fix: wrong git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Oct 20, 2023
1 parent 7856a69 commit 366eb62
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,6 @@ publishing {
artifactId = project.archivesBaseName.toLowerCase()
}
}

// repositories {
// maven {
// name = "GitHubPackages"
// url = "https://maven.pkg.github.com/Direwolf20-MC/MiningGadgets"
// credentials {
// username = providers.environmentVariable("GITHUB_ACTOR")
// password = providers.environmentVariable("GITHUB_TOKEN")
// }
// }
// }
}

def makeChangelog() {
Expand Down Expand Up @@ -241,6 +230,7 @@ publishMods {
repository = "direwolf20-mc/MiningGadgets"
accessToken = providers.environmentVariable("GITHUB_TOKEN")
commitish = providers.environmentVariable("GITHUB_SHA").orElse("dryRun")
tagName = providers.environmentVariable("GITHUB_REF_NAME").orElse("dryRun")
}
}

Expand Down

0 comments on commit 366eb62

Please sign in to comment.