From 5a093b3e1006bea3304c93d59c8c666085917ae6 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Wed, 18 Sep 2024 18:57:02 +0300 Subject: [PATCH] fix(promote): option to promote unstable manually (#1041) fix(promote): promote unstable on release --- .github/workflows/promote.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 81016099c..b3a9b0a9a 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -12,6 +12,7 @@ on: - testnet # version compatible with current testnet env - stable # latest stable version (same as mainnet) - mainnet # version compatible with current mainnet env + - unstable # version used by all CI jobs; TODO: publish automatically on every release required: true env: