chore: Update release-please workflow for python package in backend

This commit is contained in:
Stan Girard 2024-07-09 15:55:46 +02:00
parent 70119ab652
commit 318b615fcb
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,5 @@ jobs:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
release-type: python
path: backend/core
include-component-in-tag: true
manifest-file: backend/core/.release-please-manifest.json
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}