Skip to content

Commit faaa3fb

Browse files
committed
Revert name for publishing task to singular form
1 parent d2bc732 commit faaa3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ jobs:
118118
name: (Plugin) Build & Deploy
119119
command: |
120120
cd plugin
121-
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepositories --stacktrace
121+
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
122122
- run:
123123
name: (Instrumentation) Build & Deploy
124124
command: |
125125
cd instrumentation
126-
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepositories --stacktrace
126+
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
127127
- store_artifacts:
128128
path: plugin/android-junit5/build/publications
129129
destination: plugin/publications/snapshots

0 commit comments

Comments
 (0)