From c4e49ea595d1a3b0601783c601b6d907dad3e22a Mon Sep 17 00:00:00 2001 From: Aleksandr Shoronov Date: Thu, 18 Jul 2024 18:07:32 +0300 Subject: [PATCH] Added release list publishing to CI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17af296764d..34573b09483 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -435,6 +435,9 @@ jobs: - attach_workspace: at: ~/ - aws-cli/install + - run: + name: Generate release list + command: node build/generate-release-list.js - run: name: Check build file for correct SDK version command: |