mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-24 19:20:30 +08:00
Ensure all compilations completed before publish
This commit is contained in:
parent
4a439c79db
commit
d8ac8e2034
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -58,6 +58,10 @@ jobs:
|
||||
-Dmirai.network.show.all.components=true
|
||||
-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: >
|
||||
|
Loading…
Reference in New Issue
Block a user