Ensure all compilations completed before publish

This commit is contained in:
Karlatemp 2021-09-22 18:22:16 +08:00 committed by GitHub
parent 4a439c79db
commit d8ac8e2034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ jobs:
-Dkotlinx.coroutines.debug=on
-Dmirai.network.show.packet.details=true
- name: Ensure all compilations completed before publish
run: >
./gradlew publishToMavenLocal --info --scan
- name: Publish all artifacts
run: >
./gradlew publish --info --scan