Skip to content

Commit

Permalink
update publish workflow to install xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
Copetan authored Mar 21, 2024
1 parent ec999aa commit fd7a7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: gradle/wrapper-validation-action@v1
- run: sudo apt-get update && sudo apt-get install findutils
- run: ./gradlew publish --stacktrace
env:
MAVEN_URL: ${{ secrets.NEW_MAVEN_URL }}
Expand Down

0 comments on commit fd7a7e2

Please sign in to comment.