9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

[release-skip] Fix ci, again, again

This commit is contained in:
violetc
2023-07-22 02:05:37 +08:00
parent 9cbf9b6e8d
commit 7203ce8647

View File

@@ -44,7 +44,7 @@ jobs:
- name: Publish API - name: Publish API
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
with: 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 - name: Get Release Info
run: sh scripts/GetReleaseInfo.sh run: sh scripts/GetReleaseInfo.sh
- name: Create Release - name: Create Release