From 2067ce15d094b611464cb1d6256ccccfb0cafd6c Mon Sep 17 00:00:00 2001 From: Sasha Date: Fri, 6 Sep 2024 01:15:24 +0200 Subject: [PATCH] chore: up release-please --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f20caf94fa..eb34196da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,11 +141,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [check, proto, browser, node] steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v4 id: release with: - command: manifest - monorepo-tags: true token: ${{ secrets.CI_TOKEN }} - uses: actions/checkout@v3