From d153d4ced311623334e27653d53a1c8d72edd4a2 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 29 Nov 2023 17:47:04 +0000 Subject: [PATCH] chore: add manifest command --- .github/workflows/main.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f6fea5ae5..98519c43a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -218,19 +218,14 @@ jobs: # test-interop, # transport-interop # ] - permissions: - id-token: write - contents: write - pull-requests: write steps: - uses: google-github-actions/release-please-action@v3 id: release with: + command: manifest release-type: node - monorepo-tags: true - last-release-sha: a7eb258e0ef2147671acba73d9febc2f882a484a - group-pull-request-title-pattern: "chore: release ${component}" - tag-separator: '@' + manifest-file: .release-please-manifest.json + config-file: .release-please.json changelog-types: | [ { "type": "feat", "section": "Features", "hidden": false },