File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Git username
2020 run : |
2121 #
22- git config --global user.email "git@github .com"
22+ git config --global user.email "vicky.thakor@javaquery .com"
2323 git config --global user.name "Vicky Thakor"
2424 - name : Set up JDK 1.8
2525 uses : actions/setup-java@v1.4.3
3939 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4040
4141 - name : Publish to Apache Maven Central
42- run : mvn -X -e --batch-mode clean release:prepare release:perform
42+ run : |
43+ #
44+ git config --global user.email "vicky.thakor@javaquery.com"
45+ git config --global user.name "Vicky Thakor"
46+ mvn -X -e --batch-mode clean release:prepare release:perform
4347 env :
4448 MAVEN_USERNAME : javaquery
4549 MAVEN_CENTRAL_TOKEN : ${{ secrets.OSSRH_TOKEN }}
You can’t perform that action at this time.
0 commit comments