This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new c9ca0c0 Print files after writing
c9ca0c0 is described below
commit c9ca0c04f1e835f57f8833a082c121df036ba2af
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 17:07:56 2026 +0000
Print files after writing
---
.github/workflows/distribute-maven-stg.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index d8a1867..db71bac 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -83,6 +83,7 @@ jobs:
</servers>
</settings>
EOF
+ cat ~/.m2/settings.xml
- name: Create pom.xml
run: |
@@ -106,6 +107,7 @@ jobs:
</build>
</project>
EOF
+ cat pom.xml
- name: Set up JDK 17
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]