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