mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[release-skip] Fix Maven publish
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -37,8 +37,7 @@ jobs:
|
||||
env:
|
||||
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
|
||||
- name: Publish to Maven repo
|
||||
continue-on-error: true
|
||||
run: ./gradlew publish
|
||||
run: ./gradlew :leaves-api:publish
|
||||
env:
|
||||
LEAVES_USERNAME: ${{ secrets.NEW_REPO_USERNAME }}
|
||||
LEAVES_PASSWORD: ${{ secrets.NEW_REPO_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user