Make sure we created the branch in localazy before creating the git one
This commit is contained in:
2
.github/workflows/release-branch.yaml
vendored
2
.github/workflows/release-branch.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user