Skip to content

Commit

Permalink
fix(ci): fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed Jan 5, 2024
1 parent 248c75e commit a5d04bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME}}
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD}}
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: clean build -x test publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit a5d04bf

Please sign in to comment.