From 0582d26d8f9d10402f0c515827ed78c8c4b44756 Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:50:18 +0800 Subject: [PATCH] [release-skip] Fix ci --- .github/workflows/leaves.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index cc10b907..0f58078a 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -44,10 +44,7 @@ jobs: - name: Publish API uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: - arguments: | - publish - -PleavesUsername={{ secrets.REPO_USERNAME }} - -PleavesPassword={{ secrets.REPO_PASSWORD }} + arguments: publish -PleavesUsername={{ secrets.REPO_USERNAME }} -PleavesPassword={{ secrets.REPO_PASSWORD }} - name: Get Release Info run: sh scripts/GetReleaseInfo.sh - name: Create Release