Skip to content

Commit

Permalink
Set repository for maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavko Rihtaric committed Jul 10, 2024
1 parent cdce706 commit 9b79988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: ${{ github.workspace }}/src/.m2/settings.xml

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

0 comments on commit 9b79988

Please sign in to comment.