Skip to content

Commit 944e036

Browse files
committed
chore: added config
1 parent 7195bae commit 944e036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- uses: googleapis/release-please-action@v4
3131
id: release
3232
with:
33-
command: manifest
3433
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
34+
config-file: release-please-config.json
35+
manifest-file: .release-please-manifest.json
3536

3637
- name: Checkout
3738
uses: actions/checkout@v2

0 commit comments

Comments
 (0)