Skip to content

Commit 6c9da6b

Browse files
committed
Set maven release repo
1 parent 5e236c4 commit 6c9da6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: ${{ github.workspace }}/src/.m2/settings.xml
4949

5050
- name: Publish SDK
51-
run: mvn --batch-mode -DuseGitHubPackages=true -DaltDeploymentRepository=github::https://maven.pkg.github.com/databox/maven-libraries deploy -s .m2/settings.xml
51+
run: mvn --batch-mode -DuseGitHubPackages=true -DaltDeploymentRepository=github::https://maven.pkg.github.com/${{ github.repository }} deploy -s .m2/settings.xml
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.PACKAGES_PUBLISH_TOKEN }}
5454
GITHUB_USERNAME: ${{ github.actor }}

0 commit comments

Comments
 (0)