Skip to content

Commit 8d8bcdb

Browse files
Update publish.yml
1 parent 634192f commit 8d8bcdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
run: |
4343
token=$(echo -n "${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}" | base64)
4444
curl -X POST \
45+
--max-time 30 \
46+
--fail-with-body \
47+
-v \
4548
-H "Authorization: Bearer $token" \
4649
"https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.pkware.filesystem?publishing_type=automatic"

0 commit comments

Comments
 (0)