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 cdc9662 commit d674972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Publish to maven
run: |
echo "MAVEN_USERNAME exists: ${MAVEN_USERNAME:0:3}..."
echo "MAVEN_PASSWORD exists: ${MAVEN_PASSWORD:+YES}"
echo "MAVEN_PASSWORD exists: ${MAVEN_PASSWORD:0:3}..."
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}"
Expand Down

0 comments on commit d674972

Please sign in to comment.