From 512c940c3aa1d2569b540b05472636550d772946 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Fri, 4 Sep 2020 13:50:29 -0700 Subject: [PATCH] feat(build): document and update to 2.x (#59) --- .github/workflows/release-please.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e349ab3..a370490 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v1.5.0 + - uses: GoogleCloudPlatform/release-please-action@v2.0.0 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node diff --git a/README.md b/README.md index 98c89da..7466142 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages. release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v1.6.3 + - uses: GoogleCloudPlatform/release-please-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -105,7 +105,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v1.6.3 + - uses: GoogleCloudPlatform/release-please-action@v2.0.0 id: release with: token: ${{ secrets.GITHUB_TOKEN }}