Skip to content

Commit

Permalink
fix: fix hash.txt issue from build.yaml (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirc77 authored Jan 15, 2025
1 parent c80089f commit ec13a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 18
cache: 'npm'
- name: Get Commit Hash and generate Version File
run: echo "$(git rev-parse --short HEAD)" >> public/hash.txt
run: echo "${{ github.event.pull_request.head.sha }}" >> public/hash.txt
- name: Run install
run: npm ci
- name: Build
Expand Down

0 comments on commit ec13a2a

Please sign in to comment.