diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a54c4ea93d..1c58cefc06 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,12 +24,11 @@ jobs: run: | npm ci - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: - command: manifest token: ${{secrets.RELEASE_PR_TOKEN}} - default-branch: main + target-branch: main # get release PR as we're currently on main - name: Checkout release PR