Skip to content

Commit

Permalink
[ci skip] Fix incorrect Gradle publish argument in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 26, 2024
1 parent 57d7b76 commit 6dcd31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Publish with Gradle to Repository
uses: gradle/actions/setup-gradle@v3
with:
arguments: ':${{ inputs.choice }}:publish'
arguments: ':${{ inputs.choice }}publish'

0 comments on commit 6dcd31b

Please sign in to comment.