From a9b35eb4661f0a73f2d5e3abd3f0dc7031418219 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Tue, 12 Apr 2022 12:12:11 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e3e21d..0eed03c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,6 @@ jobs: - uses: gradle/gradle-build-action@v2 with: arguments: | - publishAllPublicationsToSpaceRepository - -Ppublishing.space.user=${{ secrets.SPACE_APP_ID }} - -Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }} \ No newline at end of file + publishAllPublicationsToSpaceRepository + -Ppublishing.space.user=${{ secrets.SPACE_APP_ID }} + -Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }}