Skip to content

Commit 2ff1794

Browse files
committed
chore: Fix git user
1 parent 0289465 commit 2ff1794

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,14 @@ jobs:
3939
server-password: OSSRH_PASSWORD
4040
cache: 'maven'
4141

42-
- name: Configure git
43-
run: |
44-
git config --global user.name github-actions[bot]
45-
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
46-
git config --global pull.rebase true
47-
4842
- name: Create release
4943
env:
5044
OSSRH_USERNAME: ${{ secrets.OSS_SONATYPE_USER }}
5145
OSSRH_PASSWORD: ${{ secrets.OSS_SONATYPE_PASS }}
5246
github-token: ${{ secrets.GITHUB_TOKEN }}
5347
run: |
5448
export TZ="Europe/Berlin"
55-
mvn release:prepare release:perform -B -DreleaseVersion=${{ inputs.releaseversion }} -Dusername=bb-bot -Dpassword=$GITHUB_TOKEN -DskipITs=true -D"arguments=-DskipITs=true"
49+
mvn release:prepare release:perform -B -DreleaseVersion=${{ inputs.releaseversion }} -Dusername=hypery2k -Dpassword=$GITHUB_TOKEN -DskipITs=true -D"arguments=-DskipITs=true"
5650
# write version info
5751
cat <<EOF >target/config.json
5852
{

0 commit comments

Comments
 (0)