Skip to content

Commit

Permalink
Use gradle publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Oct 31, 2024
1 parent ffc1314 commit 4e50557
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ jobs:
working-directory: ./java

- name: Publish Java release
uses: gradle/gradle-build-action@v3
with:
build-root-directory: java
arguments: publishReleasePublicationToGithubPackagesRepository
run: gradle publish
working-directory: ./java
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4e50557

Please sign in to comment.