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