Skip to content

Commit 046dfb3

Browse files
committed
supply git user.name and email
1 parent 5305c0a commit 046dfb3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
MAVEN_REPO_USERNAME: ${{ secrets.NEXUS_USERNAME }}
6565
MAVEN_REPO_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
6666

67+
- name: Configure Git Credentials
68+
run: |
69+
git config user.name github-actions
70+
git config user.email github-actions@github.com
71+
6772
- name: Switch to new branch
6873
run: git checkout -b release/set-version-to-${{ github.event.inputs.versionTag }}
6974

0 commit comments

Comments
 (0)