Skip to content

Commit 058508f

Browse files
chore: update gh workflow (#486)
1 parent d8bb571 commit 058508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Validate Gradle wrapper
1919
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
2020
- name: Test
21-
run: ./gradlew clean build publishAllPublicationsToMavenCentral
21+
run: ./gradlew publishToMavenCentral
2222
env:
2323
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_IN_MEM_ID }}
2424
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_IN_MEM_PASS }}

0 commit comments

Comments
 (0)