Skip to content

Commit

Permalink
chore: Update Maven deploy command in maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 7, 2024
1 parent 45b4886 commit 016a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
working-directory: ./packages/java
working-directory: ./packages/java/
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
Expand Down

0 comments on commit 016a185

Please sign in to comment.