Skip to content

Commit

Permalink
fix: add versioning or latest commit information to our about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirc77 committed Jan 2, 2025
1 parent 9f5c1c2 commit e8f46bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: Get Commit Hash and generate Version File
run: echo "$(git rev-parse --short HEAD)" >> public/hash.txt
- name: Run install
run: npm ci
- name: Build
Expand Down

0 comments on commit e8f46bd

Please sign in to comment.