Make sure we created the branch in localazy before creating the git one

This commit is contained in:
Quentin Gliech
2025-01-21 12:43:41 +01:00
parent 8dbf64b383
commit 8a87273ce1

View File

@@ -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