Skip to content

[cupertino_ui] Batch release (#12264) #20

[cupertino_ui] Batch release (#12264)

[cupertino_ui] Batch release (#12264) #20

name: Batch Release
on:
push:
branches:
- 'release-go_router-*'
- 'release-cupertino_ui-*'
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:
USER_NAME: ${{ secrets.USER_NAME }}
USER_EMAIL: ${{ secrets.USER_EMAIL }}
PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }}