From db2182ac72d81799bc60f95da5d638c714993502 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Tue, 13 Oct 2020 10:36:17 -0400 Subject: [PATCH] chore(ci,releases): bump release-please-action to 2.5.5 This should hopefully resolve the problem we are seeing with too many commits included in the changelog. Signed-off-by: Lance Ball --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 91dbc33d..f2a2072a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.4.1 + - uses: GoogleCloudPlatform/release-please-action@v2.5.5 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node