Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cvasseng authored Jan 18, 2024
1 parent cee69d9 commit ead19c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add dist/
git add -f dist/
git commit -m "Build the dist files after merge."
git push -f

0 comments on commit ead19c5

Please sign in to comment.