From 22ce65b9253ede62050a876fd773919433c11813 Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Thu, 9 Nov 2023 17:08:40 +0530 Subject: [PATCH] ci: update versions for release workflow --- .github/workflows/initiate_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index 38f376b99e..f8b4f0152d 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["14"] + version: ["14", "15"] steps: - uses: octokit/request-action@v2.x @@ -27,4 +27,4 @@ jobs: base: version-${{ matrix.version }} head: version-${{ matrix.version }}-hotfix env: - GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}