setup-gcloud/.github/workflows/release.yml
2025-01-31 16:27:07 -05:00

14 lines
317 B
YAML

name: 'Release'
on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release:
# TODO(sethvargo): revert to a tag when ready
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
secrets:
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'