Skip to content

Commit

Permalink
grep settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Dec 29, 2024
1 parent 785e47f commit d35a3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
${{ runner.os }}-maven-${{ inputs.java-version }}
- name: Deploy with Maven
if: inputs.do-build
run: mvn -B deploy -DskipTests -P sonatype
run: |
grep id ~/.m2/settings.xml
mvn -B deploy -DskipTests -P sonatype
- name: Maven Site
if: inputs.do-site
run: |
Expand Down

0 comments on commit d35a3b9

Please sign in to comment.