Skip to content

Commit

Permalink
ci: fix email address of version committer
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed May 19, 2024
1 parent f14e243 commit 1decff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
shell: bash
run: |
git config --global user.name "Nekobot"
git config --global user.email "[email protected]"
git fetch --all
git checkout ${{ inputs.push-version-branch }}
if [ -z "$(git status -s)" ]; then
Expand Down

0 comments on commit 1decff3

Please sign in to comment.