We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e236c4 commit 6c9da6bCopy full SHA for 6c9da6b
.github/workflows/publish_sdk.yml
@@ -48,7 +48,7 @@ jobs:
48
path: ${{ github.workspace }}/src/.m2/settings.xml
49
50
- 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
+ run: mvn --batch-mode -DuseGitHubPackages=true -DaltDeploymentRepository=github::https://maven.pkg.github.com/${{ github.repository }} deploy -s .m2/settings.xml
52
env:
53
GITHUB_TOKEN: ${{ secrets.PACKAGES_PUBLISH_TOKEN }}
54
GITHUB_USERNAME: ${{ github.actor }}
0 commit comments