Skip to content

Commit e430297

Browse files
committed
publish minestom jar
1 parent b9321d4 commit e430297

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Gradle Publish
51-
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
51+
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/support/minestom' }}"
5252
run: ./gradlew publish
5353

5454
- name: Gradle Release

minestom/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id("apollo.shadow-conventions")
3+
id("apollo.publish-conventions")
34
}
45

56
java {
@@ -17,3 +18,5 @@ dependencies {
1718

1819
annotationProcessor(libs.minestom)
1920
}
21+
22+
publishShadowJar()

0 commit comments

Comments
 (0)