Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
- Updated versions of pipeline steps
- Enabling logging for release phase to identify what is being modified
  • Loading branch information
jimbethancourt authored Oct 9, 2023
1 parent 3965fc1 commit 82eb2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11

Expand All @@ -40,4 +40,4 @@ jobs:
nexus_password: ${{ secrets.nexus_password }}
maven_profiles: publish
maven_goals_phases: release:prepare release:perform
maven_args: -B
maven_args: -B -X -e

0 comments on commit 82eb2ca

Please sign in to comment.