Skip to content

Commit

Permalink
chore: Remove ls working directory in maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 9, 2024
1 parent 5f47bd1 commit 05f0526
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
working-directory: ./packages/java
run: mvn -B package --file pom.xml

- name: List directory contents
working-directory: ./packages/java
run: ls -la

- name: Publish to GitHub Packages Apache Maven
working-directory: ./packages/java
run: mvn deploy -s settings.xml
Expand Down

0 comments on commit 05f0526

Please sign in to comment.