Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi authored Nov 19, 2024
1 parent c358239 commit ba646f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Configure Git user
run: |
git config user.email "[email protected]"
git config user.name "Mohamed Ennahdi El Idrissi"
- name: Build with Maven
run: mvn -B test --file pom.xml

run: mvn -B release:clean release:prepare release:perform --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba646f2

Please sign in to comment.