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 }}