From 38ec35a684bc19359be0aa19bf01dd4fa45371da Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 19 Apr 2022 15:02:54 +0200 Subject: [PATCH 1/3] chore(ci): use different branch to test release --- config/release.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release.config.json b/config/release.config.json index 5c326121925..efe5fec0a15 100644 --- a/config/release.config.json +++ b/config/release.config.json @@ -1,6 +1,6 @@ { "releasedTag": "released", - "mainBranch": "main", + "mainBranch": "main_test", "owner": "algolia", "repo": "api-clients-automation", "teamSlug": "api-clients-automation", From 40213023ac9af6e921ab5453d519721367e225f0 Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 19 Apr 2022 15:06:20 +0200 Subject: [PATCH 2/3] chore: process release on main_test branch --- .github/workflows/process-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/process-release.yml b/.github/workflows/process-release.yml index b57833f3235..c03c6232ab5 100644 --- a/.github/workflows/process-release.yml +++ b/.github/workflows/process-release.yml @@ -15,6 +15,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.TOKEN_RELEASE_BOT }} + ref: main_test - name: Setup id: setup From 8fc559c0d3e61a3c479cb4064e0c7d88d7b9bca3 Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 19 Apr 2022 15:16:28 +0200 Subject: [PATCH 3/3] chore: revert release.config.json --- config/release.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release.config.json b/config/release.config.json index efe5fec0a15..5c326121925 100644 --- a/config/release.config.json +++ b/config/release.config.json @@ -1,6 +1,6 @@ { "releasedTag": "released", - "mainBranch": "main_test", + "mainBranch": "main", "owner": "algolia", "repo": "api-clients-automation", "teamSlug": "api-clients-automation",