diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a016639..b6f2d37 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.2 + - uses: GoogleCloudPlatform/release-please-action@v2.5.4 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.2 + - uses: GoogleCloudPlatform/release-please-action@v2.5.4 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node diff --git a/README.md b/README.md index c3c2a66..366864e 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.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 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.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 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.3 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 id: release with: token: ${{ secrets.GITHUB_TOKEN }}