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