Skip to content

Commit 2fd9e82

Browse files
committed
💚 Update Build to publish to Maven Central
1 parent e515338 commit 2fd9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-assertions.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-assertions-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)