build: make release please workflow more explicit

This commit is contained in:
Mazen Touati
2026-01-13 02:35:10 +01:00
parent 35db6654b1
commit 7fa6a8e901

View File

@@ -17,6 +17,9 @@ jobs:
id: release
with:
token: ${{ secrets.CI_TOKEN }}
target-branch: base
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# Handle the PR artifacts while the PR is open/updated
# The output 'pr' is only present if a release PR was created or updated.