Skip to content

Commit

Permalink
Auto-release: add bot account details
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jul 20, 2024
1 parent c7308b6 commit 7b7ea14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
run: |
docker build -f ./horreum-backend/src/main/docker/Dockerfile.jvm.base -t quay.io/hyperfoil/horreum-base:latest ./horreum-backend/
docker push quay.io/hyperfoil/horreum-base:latest
- name: Setup git
run: |
git config --global user.email "rhappservicesperf@gmail.com"
git config --global user.name "rh-appservices-perf"
- name: Release to Maven
run: |
PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.4.0:evaluate -Dexpression=project.version -q -DforceStdout)
Expand Down

0 comments on commit 7b7ea14

Please sign in to comment.