Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 2fba2be

Browse files
committed
Updated Workflow
1 parent 2ebaed0 commit 2fba2be

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/maven-publish-release-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
server-password: OSSRH_TOKEN
2828
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2929
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
30+
- name: Setup Git
31+
run: |
32+
git --version
33+
git config user.name "GitHub Actions"
34+
git config user.email "<>"
35+
git status
3036
- name: Test and Publish Package to Apache Maven Central
3137
run: mvn -B release:clean release:prepare release:perform
3238
env:

0 commit comments

Comments
 (0)