Skip to content

Commit cedff33

Browse files
committed
💚 Update Build to publish to Maven Central
1 parent 05b01c8 commit cedff33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Publish to Maven Central
21-
run: ./gradlew kotest-extensions-android:publish
21+
run: ./gradlew publishAggregationToCentralPortal
2222
env:
2323
RELEASE_VERSION: ${{ github.event.inputs.version }}
2424
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

.github/workflows/release-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Publish to Maven Central
21-
run: ./gradlew kotest-runner-android:publish
21+
run: ./gradlew publishAggregationToCentralPortal
2222
env:
2323
RELEASE_VERSION: ${{ github.event.inputs.version }}
2424
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)