Skip to content

Commit 9783b82

Browse files
committed
fix: Use config file for release-please action
1 parent 7350930 commit 9783b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: googleapis/release-please-action@v4
2323
id: release
2424
with:
25-
release-type: python
25+
config-file: .release-please-config.json
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727

2828
publish-pypi:

0 commit comments

Comments
 (0)