Skip to content

Commit c3116c5

Browse files
committed
Removed workflow call to publishToMavenLocal for gradle workflow step.
1 parent 4879631 commit c3116c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: gradle/actions/setup-gradle@v4
5555

5656
- name: Run Gradle
57-
run: ./gradlew build publishToMavenLocal --continue
57+
run: ./gradlew build --continue
5858

5959
detekt:
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)