Skip to content

Commit 87f49e0

Browse files
authored
Use valid version for CI builds (#1046)
1 parent a0a017d commit 87f49e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Gradle
2626
run: ./gradlew build
2727
env:
28-
MI_VERSION: git-${{ steps.var.outputs.commit_hash }}
28+
MI_VERSION: 0.0.0-git-${{ steps.var.outputs.commit_hash }}
2929
- name: Gametest Server
3030
run: |
3131
./gradlew runGameTestServer

0 commit comments

Comments
 (0)