Skip to content

Commit 3497e12

Browse files
fix: do not error on post request without response
1 parent 942c1fd commit 3497e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
method: 'POST'
5656
bearerToken: ${{ secrets.OSSRH_TOKEN }}
5757
timeout: 10000
58+
preventFailureOnNoResponse: 'true'
5859

5960
apk:
6061
name: Build apk, upload to release and notify Discord

0 commit comments

Comments
 (0)