Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit d792039

Browse files
committed
Attempt to publish artifact
1 parent 3bd4565 commit d792039

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gh-mvn-2.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,13 @@ jobs:
193193
</settings>" > ~/.m2/settings.xml
194194
- name: Deploy artifact
195195
run: |
196-
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
197196
cd bound/kt
197+
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
198+
199+
echo "Derived version: $VERSION"
200+
ls target/
201+
echo "Deploying artifact: target/tbdex-core-${VERSION}.jar"
202+
198203
mvn deploy:deploy-file \
199204
-Dfile=target/tbdex-core-${VERSION}.jar \
200205
-DpomFile=pom.xml \

0 commit comments

Comments
 (0)