This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- kendall/github-mvn-repo
8
- pull_request :
9
8
10
9
jobs :
11
10
build_aarch64_apple_darwin :
@@ -194,10 +193,12 @@ jobs:
194
193
</settings>" > ~/.m2/settings.xml
195
194
- name : Get version from pom.xml
196
195
id : get-version
197
- run : echo "::set-output name= VERSION:: $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
198
- - name : Build and deploy
196
+ run : echo "VERSION= $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
197
+ - name : Deploy artifact
199
198
run : |
200
199
cd bound/kt
201
200
mvn deploy:deploy-file \
202
- -Dfile=bound/kt/target/tbdex-core-${{ steps.get-version.outputs.VERSION }}.jar \
203
- -DpomFile=bound/kt/pom.xml
201
+ -Dfile=target/tbdex-core-${{ env.VERSION }}.jar \
202
+ -DpomFile=pom.xml \
203
+ -DrepositoryId=github \
204
+ -Durl=https://maven.pkg.github.com/TBD54566975/tbdex-rs
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >tbdex.sdk</groupId >
7
7
<artifactId >tbdex-core</artifactId >
8
- <version >0.0.3 </version >
8
+ <version >0.0.4 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<distributionManagement >
You can’t perform that action at this time.
0 commit comments