Skip to content

Commit 8612913

Browse files
authored
fix: set git user info for Quarkus platform update PR (#600)
[skip ci]
1 parent 89a95cd commit 8612913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- name: Update QOSDK version to ${{steps.metadata.outputs.current-version}}
6666
run: |
6767
cd quarkus-platform
68+
git config --local user.email "[email protected]"
69+
git config --local user.name "GitHub Action"
6870
git checkout -b release-${{steps.metadata.outputs.current-version}}
6971
mvn -B versions:set-property -Dproperty=quarkus-operator-sdk.version -DnewVersion=${{steps.metadata.outputs.current-version}}
7072
./mvnw -Dsync

0 commit comments

Comments
 (0)