Skip to content

Remove features that were upstreamed into actions-utils (#412) #83

Remove features that were upstreamed into actions-utils (#412)

Remove features that were upstreamed into actions-utils (#412) #83

Workflow file for this run

name: 'Release'
on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release:
if: "startsWith(github.event.head_commit.message, 'Release: v')"
name: 'Release'
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'