mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix release
This commit is contained in:
parent
3e817a62fd
commit
5132a891ac
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
|
||||
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
|
||||
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}
|
||||
|
|
|
@ -291,7 +291,7 @@ curseforge {
|
|||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||
displayName = "[$Globals.mcVersion] Fabric API $Globals.baseVersion build $ENV.BUILD_NUMBER"
|
||||
displayName = "[$Globals.mcVersion] Fabric API $Globals.baseVersion"
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue