Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Mar 23, 2023
1 parent 6067242 commit 6b3e2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Gradle build
uses: gradle/gradle-build-action@v2
with:
arguments: build
gradle-version: 7.5.1
arguments: --console=plain build
- name: Gradle publish
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 6b3e2d4

Please sign in to comment.