Skip to content

Commit 39408b0

Browse files
committed
add preventFailureOnNoResponse to release action to prevent Github action to report failure despite success
Signed-off-by: wrigleyDan <dwrigley@opensourceconnections.com>
1 parent 8678471 commit 39408b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ jobs:
6464
with:
6565
url: 'https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.o19s'
6666
method: 'POST'
67-
bearerToken: ${{ secrets.MAVEN_CENTRAL_BEARER_TOKEN }}
67+
bearerToken: ${{ secrets.MAVEN_CENTRAL_BEARER_TOKEN }}
68+
preventFailureOnNoResponse: 'true'

0 commit comments

Comments
 (0)