Skip to content

Commit

Permalink
[release-skip] Fix Maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Aug 14, 2024
1 parent f552216 commit 202c986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 202c986

Please sign in to comment.