From 8c5d3efe22d627c3a2197583e0a9aad083b9363f Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Sep 2020 14:06:48 -0700 Subject: [PATCH] build: fix yaml format --- .github/workflows/release-please.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0aadc5b..f10a420 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -2,9 +2,9 @@ on: push: branches: - main -name: release-please-pr +name: release-please jobs: - release-please: + release-please-pr: runs-on: ubuntu-latest steps: - uses: GoogleCloudPlatform/release-please-action@2.4.0 @@ -14,13 +14,7 @@ jobs: fork: true package-name: release-please-action command: release-pr -on: - push: - branches: - - main -name: release-please-release -jobs: - release-please: + release-please-release: runs-on: ubuntu-latest steps: - uses: GoogleCloudPlatform/release-please-action@2.4.0