Skip to content

Commit d8737b4

Browse files
authored
Fix typo in release_from_branches.yml (#11356)
*reusable_release ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 0dd2410 commit d8737b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_from_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'release-go_router'
66
jobs:
77
release:
8-
uses: ./.github/workflows/resuable_release.yml
8+
uses: ./.github/workflows/reusable_release.yml
99
with:
1010
is-batch-release: true
1111
branch-name: '${{ github.ref_name }}'

0 commit comments

Comments
 (0)