mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 03:30:15 +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
|
-Dmirai.network.show.all.components=true
|
||||||
-Dkotlinx.coroutines.debug=on
|
-Dkotlinx.coroutines.debug=on
|
||||||
-Dmirai.network.show.packet.details=true
|
-Dmirai.network.show.packet.details=true
|
||||||
|
|
||||||
|
- name: Ensure all compilations completed before publish
|
||||||
|
run: >
|
||||||
|
./gradlew publishToMavenLocal --info --scan
|
||||||
|
|
||||||
- name: Publish all artifacts
|
- name: Publish all artifacts
|
||||||
run: >
|
run: >
|
||||||
|
Loading…
Reference in New Issue
Block a user