Roll Flutter from 3d69471c0bf9 to 0f401eea0439 (21 revisions) (#11420) #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Batch Release | |
| on: | |
| push: | |
| branches: | |
| - 'release-go_router' | |
| permissions: | |
| # Release needs to push a tag back to the repo. | |
| contents: write | |
| jobs: | |
| release: | |
| uses: ./.github/workflows/reusable_release.yml | |
| with: | |
| is-batch-release: true | |
| branch-name: '${{ github.ref_name }}' | |
| secrets: inherit |