Skip to content

Commit

Permalink
[release-skip] Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jul 21, 2023
1 parent d324bcb commit 0582d26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/leaves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0582d26

Please sign in to comment.