From 9ad884111df64659e9107e60209562a261e0d0fd Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 9 May 2020 16:00:18 -0700 Subject: [PATCH] docs: remove hold over from action I used as starting point --- .github/workflows/release-please.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0747658..017984c 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -2,7 +2,7 @@ on: push: branches: - master -name: coverage +name: release-please jobs: release-please: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 8815f12..c13052b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Automate releases based on Conventional Commit Messages. push: branches: - master - name: coverage + name: release-please jobs: release-please: runs-on: ubuntu-latest