Skip to content

Commit

Permalink
add extra debugging when publishing a snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 22, 2024
1 parent 3698642 commit 996ff20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- debug-ci

env:
# Some forks are using older Java versions, so we need to maintain backward compatibility
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
run: mvn -B verify -Djdk.version=${{ env.TARGET_JAVA_VERSION }}
- name: Publish snapshot
if: ${{ matrix.java == '17' }}
run: mvn deploy -DskipUT -DskipIT -Djdk.version=${{ env.TARGET_JAVA_VERSION }}
run: mvn -e -X deploy -DskipUT -DskipIT -Djdk.version=${{ env.TARGET_JAVA_VERSION }}
env:
MAVEN_USERNAME: ${{ secrets.DATAVERSEBOT_SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.DATAVERSEBOT_SONATYPE_TOKEN }}

0 comments on commit 996ff20

Please sign in to comment.