Skip to content

Commit 82eb2ca

Browse files
Update maven-publish.yml
- Updated versions of pipeline steps - Enabling logging for release phase to identify what is being modified
1 parent 3965fc1 commit 82eb2ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Check out Git repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
ref: main
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v3
2222
with:
2323
java-version: 11
2424

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

0 commit comments

Comments
 (0)