We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0840e commit ea5223fCopy full SHA for ea5223f
.github/workflows/release.yml
@@ -56,6 +56,8 @@ jobs:
56
with:
57
user: __token__
58
password: ${{ secrets.PYPI_TOKEN }}
59
+ - name: Wait for PyPI
60
+ run: sleep 60
61
build-and-push-container-image:
62
name: Builds and pushes the Matter Server container to ghcr.io
63
runs-on: ubuntu-latest
0 commit comments