Skip to content

Commit c4e45dc

Browse files
authored
Extend sleep in release action (#595)
1 parent ee18033 commit c4e45dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
user: __token__
6969
password: ${{ secrets.PYPI_TOKEN }}
7070
- name: Wait for PyPI
71-
run: sleep 120
71+
run: sleep 300
7272
build-and-push-container-image:
7373
name: Builds and pushes the Matter Server container to ghcr.io
7474
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)