Skip to content

Commit 6e6a2fc

Browse files
authored
ci: Fix release please finding config file
1 parent c071769 commit 6e6a2fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
id: release
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
release-type: simple
20+
config-file: release-please-config.json
21+
manifest-file: .release-please-manifest.json
2122

2223
- name: Checkout
2324
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)