Skip to content

Commit

Permalink
Sets git user and email configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Moyer committed Mar 12, 2020
1 parent 80e7b1d commit 35c8770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
server-password: OSSRH_PASSWORD
- name: Build with Maven
run: |
git config --global user.name "ais-swe-ci"
git config --global user.email "[email protected]"
echo -n $SIGNING_PRIVATE | base64 -di > ~/private.asc
gpg --pinentry-mode loopback --batch --no-tty --yes --passphrase $SIGNING_PASSPHRASE --import ~/private.asc
export VERSION_TAG=`echo $GITHUB_REF | sed -n -e "s/.*\///gp"`
Expand Down

0 comments on commit 35c8770

Please sign in to comment.