mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-06 06:50:43 +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)
|
OLD_STABLE_VERSION=$(mike list stable | grep -Po '(\d{1,3}\.\d{1,3}\.\d{1,3})' | head -n1)
|
||||||
echo ${OLD_STABLE_VERSION}
|
echo ${OLD_STABLE_VERSION}
|
||||||
mike retitle --push stable ${OLD_STABLE_VERSION}
|
mike retitle --push stable ${OLD_STABLE_VERSION}
|
||||||
|
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||||
|
|
||||||
chocolatey:
|
chocolatey:
|
||||||
needs: [initialize]
|
needs: [initialize]
|
||||||
|
|||||||
Reference in New Issue
Block a user