Skip to content

Commit 1c33880

Browse files
committed
fix: add versioning or latest commit information to our about page
1 parent 9f5c1c2 commit 1c33880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
node-version: 18
3030
cache: 'npm'
31+
- name: Get Commit Hash and generate Version File
32+
run: echo "$(git rev-parse --short HEAD)" >> public/hash.txt
3133
- name: Run install
3234
run: npm ci
3335
- name: Build Storybook

0 commit comments

Comments
 (0)