projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ba24e
)
wait for pypi in release action
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 22 Feb 2024 18:36:36 +0000
(19:36 +0100)
committer
GitHub
<noreply@github.com>
Thu, 22 Feb 2024 18:36:36 +0000
(19:36 +0100)
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index bb6b28088e8a06d4c3ab1610bb38a33b1e5fdfde..dc49b4d4efc027ff4ca6dfe41cb8696aca5c1076 100644
(file)
--- a/
.github/workflows/release.yml
+++ b/
.github/workflows/release.yml
@@
-43,6
+43,8
@@
jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
+ - name: Wait for PyPI
+ run: sleep 120
build-and-push-container-image:
name: Builds and pushes the Music Assistant Server container to ghcr.io