From 8a87273ce1804745c1355af5b19449e4daa75be6 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 21 Jan 2025 12:43:41 +0100 Subject: [PATCH] Make sure we created the branch in localazy before creating the git one --- .github/workflows/release-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-branch.yaml b/.github/workflows/release-branch.yaml index 1fc20ac19..e33ab69d0 100644 --- a/.github/workflows/release-branch.yaml +++ b/.github/workflows/release-branch.yaml @@ -80,7 +80,7 @@ jobs: permissions: contents: write - needs: [tag, compute-version] + needs: [tag, compute-version, localazy] steps: - name: Create a new release branch uses: actions/github-script@v7.0.1