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 05b01c8 commit cedff33Copy full SHA for cedff33
.github/workflows/release-extensions.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
- name: Publish to Maven Central
21
- run: ./gradlew kotest-extensions-android:publish
+ run: ./gradlew publishAggregationToCentralPortal
22
env:
23
RELEASE_VERSION: ${{ github.event.inputs.version }}
24
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
.github/workflows/release-runner.yml
- run: ./gradlew kotest-runner-android:publish
0 commit comments