Skip to content

Commit

Permalink
feat: serve latest commit version (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirc77 authored Jan 3, 2025
1 parent df8a2e3 commit 75338ac
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 75338ac

Please sign in to comment.