From b632af41016a545a6e7ee6ecd9b9325538c88e28 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 8 Oct 2020 18:25:02 -0700 Subject: [PATCH] fix(docs): indicate correct version (#84) --- .github/workflows/release-please.yaml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 298c535..a016639 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.0 + - uses: GoogleCloudPlatform/release-please-action@v2.5.2 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.0 + - uses: GoogleCloudPlatform/release-please-action@v2.5.2 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node diff --git a/README.md b/README.md index cf6a9b0..c3c2a66 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@v2.5.1 + - uses: GoogleCloudPlatform/release-please-action@v2.5.3 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.1 + - uses: GoogleCloudPlatform/release-please-action@v2.5.3 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -130,7 +130,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.0 + - uses: GoogleCloudPlatform/release-please-action@v2.5.3 id: release with: token: ${{ secrets.GITHUB_TOKEN }}