diff --git a/.github/workflows/local_release.yaml b/.github/workflows/local_release.yaml index e997fc6..8b282fc 100644 --- a/.github/workflows/local_release.yaml +++ b/.github/workflows/local_release.yaml @@ -13,9 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: release-please - uses: google-github-actions/release-please-action@v3 + uses: googleapis/release-please-action@v4 with: release-type: simple - package-name: workflows - pull-request-title-pattern: 'chore: release${component} ${version}' - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'