Update release-please.yml

This commit is contained in:
Roy 2025-01-11 17:07:07 -08:00 committed by GitHub
parent 8181303f61
commit 1d905ea1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,11 @@ jobs:
steps: steps:
- name: Release with release-please - name: Release with release-please
uses: googleapis/release-please-action@v3 uses: google-github-actions/release-please-action@v4
with: with:
# PAT with write access to the repository
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
# optional. customize path to release-please-config.json
config-file: release-please-config.json config-file: release-please-config.json
# optional. customize path to .release-please-manifest.json
manifest-file: .release-please-manifest.json manifest-file: .release-please-manifest.json