From 46f7be5fe4c798fe8b135d1e14387a20e6e5b557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fernando=20Garci=CC=81a=20Q=2E=2E=2E?= <105936384+lglabs@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:02:39 +0200 Subject: [PATCH] [LG-41]- fix problem with ``-Pversion` params --- .github/workflows/gradle-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-plugin.yml b/.github/workflows/gradle-plugin.yml index 928f2af..076fbc4 100644 --- a/.github/workflows/gradle-plugin.yml +++ b/.github/workflows/gradle-plugin.yml @@ -53,4 +53,4 @@ jobs: - name: Publish Gradle plugin uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: - arguments: build publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} -Pversion=-Pversion=1.0.0-alpha.${{ env.sha_short }} \ No newline at end of file + arguments: build publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} -Pversion=1.0.0-alpha.${{ env.sha_short }} \ No newline at end of file