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

Commit

Permalink
Attempt to publish artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jul 22, 2024
1 parent 3bd4565 commit d792039
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-mvn-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,13 @@ jobs:
</settings>" > ~/.m2/settings.xml
- name: Deploy artifact
run: |
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
cd bound/kt
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "Derived version: $VERSION"
ls target/
echo "Deploying artifact: target/tbdex-core-${VERSION}.jar"
mvn deploy:deploy-file \
-Dfile=target/tbdex-core-${VERSION}.jar \
-DpomFile=pom.xml \
Expand Down

0 comments on commit d792039

Please sign in to comment.