Skip to content

Commit

Permalink
ci(build): use correct git author
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Dec 2, 2023
1 parent bbc5d33 commit 36d2d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
force_orphan: true
force_orphan: true
user_name: 'Max Patiiuk'
user_email: '[email protected]'

0 comments on commit 36d2d3f

Please sign in to comment.