Skip to content

Commit 90f538f

Browse files
committed
fix version
1 parent 0878542 commit 90f538f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Publish on GitHub, CurseForge & Modrinth
33
on: [workflow_dispatch]
44

55
env:
6-
MINECRAFT_VERSION: 1.20.1
6+
MINECRAFT_VERSION: 1.18.2
77
JAVA_VERSION: 17
8-
VERSION: 1.0.3+1.20.1
8+
VERSION: 1.0.3+1.18.2
99
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
1010
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}
1111
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
@@ -66,4 +66,3 @@ jobs:
6666
game-versions: "${{env.MINECRAFT_VERSION}}"
6767
java: "${{env.JAVA_VERSION}}"
6868
files: ${{ matrix.dir }}/build/libs/*.jar
69-

0 commit comments

Comments
 (0)