Skip to content

Commit 50af3be

Browse files
committed
add config and manifest ref
1 parent 850c64a commit 50af3be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
with:
2828
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
2929
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30-
30+
3131
- name: Release Please
3232
uses: googleapis/release-please-action@v4
3333
with:
3434
token: ${{ steps.app-token.outputs.token }}
35+
config-file: release-please-config.json
36+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)