Skip to content

Commit d153d4c

Browse files
committed
chore: add manifest command
1 parent 551622a commit d153d4c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,14 @@ jobs:
218218
# test-interop,
219219
# transport-interop
220220
# ]
221-
permissions:
222-
id-token: write
223-
contents: write
224-
pull-requests: write
225221
steps:
226222
- uses: google-github-actions/release-please-action@v3
227223
id: release
228224
with:
225+
command: manifest
229226
release-type: node
230-
monorepo-tags: true
231-
last-release-sha: a7eb258e0ef2147671acba73d9febc2f882a484a
232-
group-pull-request-title-pattern: "chore: release ${component}"
233-
tag-separator: '@'
227+
manifest-file: .release-please-manifest.json
228+
config-file: .release-please.json
234229
changelog-types: |
235230
[
236231
{ "type": "feat", "section": "Features", "hidden": false },

0 commit comments

Comments
 (0)