Skip to content

Commit dec1db2

Browse files
committed
Debugging versioning.
1 parent 172f84a commit dec1db2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ jobs:
7070
} >> "$GITHUB_ENV"
7171
- name: Stage artifacts
7272
run: mvn deploy -Ppublication -Dprettier.skip=true -ntp -e
73+
- name: Debug - show resolved versions and staged artifacts
74+
if: always()
75+
run: |
76+
echo "=== Git tag/describe ==="
77+
git describe --tags --exact-match HEAD || echo "(no exact tag match)"
78+
git describe --tags || echo "(no tags found)"
79+
echo "=== Staging directory ==="
80+
find target/staging-deploy -name "*.pom" | sort | head -30
7381
- name: Deploy to Maven Central
7482
# prereleased: USER_MANAGED — artifacts sit pending in the portal for review.
7583
# released: AUTOMATIC — artifacts are published immediately after validation.

0 commit comments

Comments
 (0)