Skip to content

Commit 89daaba

Browse files
Increase timeout for publish release workflow
1 parent 9483325 commit 89daaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.repository == 'restatedev/sdk-java'
99
name: Publish
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 10
11+
timeout-minutes: 20
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)