Skip to content

Commit fe7bbba

Browse files
committed
Bump installer action to java 17
1 parent e14bf7a commit fe7bbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
branches: [ "*" ]
5+
branches: [ "2.0" ]
66

77
permissions:
88
contents: read
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
uses: MinecraftForge/SharedActions/.github/workflows/gradle.yml@main
1313
with:
14-
java: 11
14+
java: 17
1515
gradle_tasks: "publish"
1616
artifact_name: "installer"
1717
secrets:

0 commit comments

Comments
 (0)