From d8ac8e20348948e1301c070066f2de057e5317ba Mon Sep 17 00:00:00 2001 From: Karlatemp Date: Wed, 22 Sep 2021 18:22:16 +0800 Subject: [PATCH] Ensure all compilations completed before publish --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c36d37574..cd7d7acd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: >