Skip to content

Commit b6a3194

Browse files
committed
chore(.github/workflows/main.yml): 设置Maven部署超时时间为10分钟
1 parent 8f263a3 commit b6a3194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
nexus_username: ${{ secrets.nexus_token_username }}
3838
nexus_password: ${{ secrets.nexus_token_password }}
3939
server_id: ossrh
40-
maven_args: -DskipTests
40+
maven_args: -DskipTests -Dmaven.deploy.timeout=600
4141

4242
- name: Release to GitHub packages
4343
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)