Skip to content

Commit ed1879c

Browse files
Merge pull request #1435 from square/sedwards/increase-release-timing
Need to increase release timeout
2 parents 85eea0d + 1f72afc commit ed1879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish-release:
88
runs-on: macos-latest
99
if: github.repository == 'square/workflow-kotlin'
10-
timeout-minutes: 45
10+
timeout-minutes: 60
1111

1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)