We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5305c0a commit 046dfb3Copy full SHA for 046dfb3
1 file changed
.github/workflows/create-release.yml
@@ -64,6 +64,11 @@ jobs:
64
MAVEN_REPO_USERNAME: ${{ secrets.NEXUS_USERNAME }}
65
MAVEN_REPO_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
66
67
+ - name: Configure Git Credentials
68
+ run: |
69
+ git config user.name github-actions
70
+ git config user.email github-actions@github.com
71
+
72
- name: Switch to new branch
73
run: git checkout -b release/set-version-to-${{ github.event.inputs.versionTag }}
74
0 commit comments