Skip to content

Commit

Permalink
Dump modified settings.xml content
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburling committed Aug 16, 2023
1 parent 72fcb21 commit 0324c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
with:
java-version: '17'
distribution: corretto
- name: Diagnostics
run: cat ~/.m2/settings.xml
- name: Configure the git user
run: |
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -115,6 +113,8 @@ jobs:
</servers>
</settings>
EOF
- name: Diagnostics
run: cat ~/.m2/settings.xml
#FIXME: Remove this PULL_REQUEST release
- name: 'Prepare and Perform PULL_REQUEST Release'
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 0324c51

Please sign in to comment.