From 50b55e4498b278b3f3795c8db0b87ec3688feed1 Mon Sep 17 00:00:00 2001 From: Omar Kassem Date: Thu, 16 Jan 2025 12:01:31 +0200 Subject: [PATCH] update tag in Mass deployment workflow to 2.7.0-rc1 (#3814) * Chore: set tag to 2.6.4 * Chore: set lerna version to 8.0.0 * add workspace flag * Chore: update tag version, remove lerna temp fix --- .github/workflows/mass_deployments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mass_deployments.yml b/.github/workflows/mass_deployments.yml index 475b1b84cf..5ef603d0da 100644 --- a/.github/workflows/mass_deployments.yml +++ b/.github/workflows/mass_deployments.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: refs/tags/v2.4.3 + ref: refs/tags/v2.7.0-rc1 - name: Set up node 18 uses: actions/setup-node@v3 with: