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 ad4afbb commit 6b0a3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: mvn -B package --file pom.xml

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

0 comments on commit 6b0a3ed

Please sign in to comment.