Skip to content

Commit

Permalink
Make sure we created the branch in localazy before creating the git one
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 22, 2025
1 parent 2b832bd commit 1c6a9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 1c6a9cc

Please sign in to comment.