Skip to content

Commit

Permalink
debug publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon committed Jan 6, 2025
1 parent 75bb48b commit cdc9662
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ jobs:

- name: Publish to maven
run: |
./gradlew sonatypeCentralUpload
echo "MAVEN_USERNAME exists: ${MAVEN_USERNAME:0:3}..."
echo "MAVEN_PASSWORD exists: ${MAVEN_PASSWORD:+YES}"
echo "MAVEN_PUBLISH_REGISTRY_URL: $MAVEN_PUBLISH_REGISTRY_URL"
echo "MAVEN_SIGNATURE_KID exists: ${MAVEN_SIGNATURE_KID:0:4}..."
echo "MAVEN_SIGNATURE_SECRET_KEY exists: ${MAVEN_SIGNATURE_SECRET_KEY:+YES}"
echo "MAVEN_SIGNATURE_PASSWORD exists: ${MAVEN_SIGNATURE_PASSWORD:+YES}"
./gradlew sonatypeCentralUpload --info --debug --scan --stacktrace
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit cdc9662

Please sign in to comment.