
* update release process * Apply suggestions from code review Co-authored-by: Seth Vargo <seth@sethvargo.com> Co-authored-by: Seth Vargo <seth@sethvargo.com>
13 lines
240 B
YAML
13 lines
240 B
YAML
name: 'Release'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
|
|
jobs:
|
|
release:
|
|
if: "startsWith(github.event.head_commit.message, 'Release: v')"
|
|
name: 'Release'
|
|
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'
|