Skip to content

Commit 9b1c7e8

Browse files
committed
Ignore Sonatype release errors
1 parent 599eb97 commit 9b1c7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
!build/libs/*-javadoc.jar
166166
167167
- name: Publish to OSSRH
168+
concontinue-on-error: true
168169
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --info --stacktrace
169170
env:
170171
MAVEN_GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)