Skip to content

Commit 4a23d5d

Browse files
committed
Fix publish
1 parent fe30e52 commit 4a23d5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [21.0.0]
6+
7+
- Ported to 1.21
8+
- New versioning scheme
9+
- Dropped forge support
10+
511
## [5.1.2]
612

713
- Updated forge,fabric,neo versions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ publishMods {
141141
}
142142

143143
github {
144-
additionalFiles.from project.provider { project(":fabric").tasks.remapJar }.flatMap { it.archiveFile }
145144
additionalFiles.from project.provider { project(":neoforge").tasks.jar }.flatMap { it.archiveFile }
145+
file = project.provider { project(":fabric").tasks.remapJar }.flatMap { it.archiveFile }
146146
repository = "${github_repo}"
147147
accessToken = providers.environmentVariable("GITHUB_TOKEN")
148148
commitish = providers.environmentVariable("GITHUB_SHA").orElse("dryRun")

0 commit comments

Comments
 (0)