Skip to content

Commit 1c6a9cc

Browse files
committed
Make sure we created the branch in localazy before creating the git one
1 parent 2b832bd commit 1c6a9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
permissions:
8181
contents: write
8282

83-
needs: [tag, compute-version]
83+
needs: [tag, compute-version, localazy]
8484
steps:
8585
- name: Create a new release branch
8686
uses: actions/[email protected]

0 commit comments

Comments
 (0)