Skip to content

Commit

Permalink
commit dist even if the cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Aug 1, 2024
1 parent 3d5c370 commit 77d6d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
npm run build
- name: Commit report
if: steps.cache-frontend-dist.outputs.cache-hit != 'true'
# if: steps.cache-frontend-dist.outputs.cache-hit != 'true'
run: |
git config --global user.name "Frontend Github Action"
git config --global user.email "max@thinkst.com"
Expand Down

0 comments on commit 77d6d46

Please sign in to comment.