Skip to content

Commit

Permalink
Merge pull request #55 from danieljancar/develop
Browse files Browse the repository at this point in the history
chore: add git user for release workflow
  • Loading branch information
danieljancar authored Aug 11, 2024
2 parents 21575ad + 33f5e19 commit f822219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
mv dist/apps/frontend/browser/* dist/apps/frontend/
rmdir dist/apps/frontend/browser
- name: Configure Git User
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
- name: Deploy to GitHub Pages
run: |
git init
Expand Down

0 comments on commit f822219

Please sign in to comment.