Skip to content

Commit 92a6f96

Browse files
committed
Update production.yml
1 parent 713b14d commit 92a6f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate version.lua
3232
run: |
3333
VERSION=$(git describe --tags --abbrev=0)
34-
SHORT_COMMIT=$(git rev-parse --short=8 HEAD)
34+
SHORT_COMMIT=$(git rev-parse --short HEAD)
3535
echo "return {" > src/shared/version.luau
3636
echo " version = '${VERSION}'," >> src/shared/version.luau
3737
echo " commit = '${SHORT_COMMIT}'," >> src/shared/version.luau

0 commit comments

Comments
 (0)