We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713b14d commit 92a6f96Copy full SHA for 92a6f96
1 file changed
.github/workflows/production.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Generate version.lua
32
run: |
33
VERSION=$(git describe --tags --abbrev=0)
34
- SHORT_COMMIT=$(git rev-parse --short=8 HEAD)
+ SHORT_COMMIT=$(git rev-parse --short HEAD)
35
echo "return {" > src/shared/version.luau
36
echo " version = '${VERSION}'," >> src/shared/version.luau
37
echo " commit = '${SHORT_COMMIT}'," >> src/shared/version.luau
0 commit comments