Skip to content

Commit d940d91

Browse files
authored
publish-android.yml: fix typo in gradle publish command
1 parent cfa0ad0 commit d940d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
2929
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
3030
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
31-
run: ./gradlew publishRleasePublicationsToSonatypeRepository
31+
run: ./gradlew publishReleasePublicationToSonatypeRepository

0 commit comments

Comments
 (0)