Skip to content

Commit

Permalink
chore(build): add release tag flow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoHsu committed Jul 29, 2021
1 parent 9976222 commit 23ec5a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
push:
branches:
- master

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: simple

0 comments on commit 23ec5a7

Please sign in to comment.