From 23ec5a710bd80302b5715e15c786945800587da9 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Thu, 29 Jul 2021 19:00:13 +0800 Subject: [PATCH] chore(build): add release tag flow --- .github/workflows/release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..3da5b54 --- /dev/null +++ b/.github/workflows/release.yml @@ -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