We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bc732 commit faaa3fbCopy full SHA for faaa3fb
.circleci/config.yml
@@ -118,12 +118,12 @@ jobs:
118
name: (Plugin) Build & Deploy
119
command: |
120
cd plugin
121
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepositories --stacktrace
+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
122
- run:
123
name: (Instrumentation) Build & Deploy
124
125
cd instrumentation
126
127
- store_artifacts:
128
path: plugin/android-junit5/build/publications
129
destination: plugin/publications/snapshots
0 commit comments