Skip to content

Commit

Permalink
Added debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
codatR committed Mar 9, 2024
1 parent 9d6f6c5 commit 8d9e746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Maven Central Repository # Configures settings.xml with required credentials
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -29,5 +29,8 @@ jobs:
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

- name: Print settings.xml
run: cat $HOME/.m2/settings.xml

- name: Publish package
run: mvn clean deploy -pl qanary_commons

0 comments on commit 8d9e746

Please sign in to comment.