Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
ignore sonatype close-n-release failure (can be done manually later if needed)
  • Loading branch information
sergeshustoff authored Feb 11, 2023
1 parent a6cf79a commit 9094a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: Close maven repo
run: gradle closeAndReleaseRepository --no-daemon --no-parallel
continue-on-error: true
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVENCENTRALPASSWORD }}
Expand Down

0 comments on commit 9094a10

Please sign in to comment.