From b20c7a120f81dd7cd717a94c1bfee5c10a2c46f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 3 Apr 2021 03:17:22 +0200 Subject: [PATCH] publish gradle plugin --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c90cc291..3fde9cf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,9 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: gradle-plugin name: Gradle Plugin - run: cd ./yosql-tooling/yosql-tooling-gradle/ && ./gradlew build - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: cd ./yosql-tooling/yosql-tooling-gradle/ && ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} benchmarks: name: Benchmarks runs-on: ubuntu-latest -- 2.11.4.GIT