Skip to content

Fix typo in sample workflow shown in README.md. (#682) #105

Fix typo in sample workflow shown in README.md. (#682)

Fix typo in sample workflow shown in README.md. (#682) #105

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'