chore(ci,releases): bump release-please-action to 2.5.5 (#350)
This should hopefully resolve the problem we are seeing with too many commits included in the changelog. Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
f6be285b83
commit
c4afacbad3
|
@ -7,7 +7,7 @@ jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v2.4.1
|
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|
Loading…
Reference in New Issue