Skip to content

Commit

Permalink
Fix wrong directory when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni committed Dec 2, 2024
1 parent 68b3a35 commit 3ab8eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: mvn package

- name: Publish to GitHub Packages Apache Maven
working-directory: ${{ matrix.path }}
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 3ab8eaf

Please sign in to comment.