Skip to content

Commit dcf43ee

Browse files
committed
Update development.yml
1 parent 92a6f96 commit dcf43ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development.yml

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

0 commit comments

Comments
 (0)