diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2a8c8d1..310d790 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,7 +17,7 @@ jobs: with: release-type: python changelog-notes-type: github - package-name: release-please-action + package-name: megaparse bump-patch-for-minor-pre-major: true extra-files: "setup.py" token: ${{ secrets.RELEASE_PLEASE_TOKEN }}