From 9dcfa43292b1bd8396fc38d039a1d4f0732e85ee Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 19 Sep 2020 21:25:13 +0800 Subject: [PATCH] Update Publishing.yml --- .github/workflows/{push.yml => Publishing.yml} | 10 ++++++++++ 1 file changed, 10 insertions(+) rename .github/workflows/{push.yml => Publishing.yml} (78%) diff --git a/.github/workflows/push.yml b/.github/workflows/Publishing.yml similarity index 78% rename from .github/workflows/push.yml rename to .github/workflows/Publishing.yml index 90828d547..12a8e5450 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/Publishing.yml @@ -46,6 +46,16 @@ jobs: :mirai-console-terminal:bintrayUpload -Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }} -Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }} + - name: Gradle :mirai-console-compiler-common:bintrayUpload + run: ./gradlew + :mirai-console-compiler-common:bintrayUpload + -Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }} + -Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }} + - name: Gradle :mirai-console-intellij:bintrayUpload + run: ./gradlew + :mirai-console-intellij:bintrayUpload + -Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }} + -Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }} - name: Publish Gradle plugin run: ./gradlew :mirai-console-gradle:publishPlugins