Skip to content

Commit 1da4719

Browse files
committed
fix: build before push
1 parent 3f3b3a9 commit 1da4719

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java: 8
1717
pre_gradle_tasks: setup
18-
gradle_tasks: publish
18+
gradle_tasks: build publish
1919
version_labels: -beta, -stable
2020

2121
# We only publish the main repository. This way we avoid publishing Kits

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ project(':forge') {
258258

259259
version = MAGMA_VERSION
260260

261+
// Print version, generally useful to know - also appears on CI
262+
System.out.println("Magma Neo version ${project.version}")
263+
261264
patcher {
262265
exc = file("$rootDir/src/main/resources/forge.exc")
263266
parent = project(':clean')

0 commit comments

Comments
 (0)