From 7203ce86473ea53ac937786deeb817061d797a86 Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:05:37 +0800 Subject: [PATCH] [release-skip] Fix ci, again, again --- .github/workflows/leaves.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index f723cab8..9f747973 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -44,7 +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