blob: a235a2576ef3e675a6c370b2e7f4d73d31209c40 [file] [edit]
name: Batch Release
on:
push:
branches:
- 'release-go_router'
jobs:
release:
uses: ./.github/workflows/resuable_release.yml
with:
is-batch-release: true
branch-name: '${{ github.ref_name }}'
secrets: inherit