mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 14:00:38 +00:00
ci: fix missing mike deploy in post_release
This commit is contained in:
@@ -77,6 +77,7 @@ jobs:
|
||||
OLD_STABLE_VERSION=$(mike list stable | grep -Po '(\d{1,3}\.\d{1,3}\.\d{1,3})' | head -n1)
|
||||
echo ${OLD_STABLE_VERSION}
|
||||
mike retitle --push stable ${OLD_STABLE_VERSION}
|
||||
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||
|
||||
chocolatey:
|
||||
needs: [initialize]
|
||||
|
||||
Reference in New Issue
Block a user