Skip to content

Commit 175999d

Browse files
authored
Fix printVersion output (#757)
1 parent 9bb5154 commit 175999d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Get cache version
4141
run: echo "cache_version=$(./gradlew -q printCacheVersion | tail -n1 | xargs)" >> $GITHUB_ENV
4242
- name: Get build version
43-
run: echo "build_version=$(./gradlew -q printVersion)" >> $GITHUB_ENV
43+
run: echo "build_version=$(./gradlew -q printVersion | tail -n1 | xargs)" >> $GITHUB_ENV
4444
- name: Cache game files
4545
if: steps.check_secret.outputs.exists == 'true'
4646
id: cache-files

0 commit comments

Comments
 (0)