Skip to content

Commit 21fecb1

Browse files
committed
fix(ci): 👷 add explicit parameters for release-please
1 parent 7f36851 commit 21fecb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: simple
2727
target-branch: main
28+
config-file: release-please-config.json
29+
manifest-file: .release-please-manifest.json
2830
- if: ${{ steps.release.outputs.release_created }}
2931
uses: actions/checkout@v4
3032
with:

0 commit comments

Comments
 (0)