From 1d905ea1af8c9df392897299dba10fe752f5f1af Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:07:07 -0800 Subject: [PATCH] Update release-please.yml --- .github/workflows/release-please.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d7bdd3d..61be601 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,8 +15,11 @@ jobs: steps: - name: Release with release-please - uses: googleapis/release-please-action@v3 + uses: google-github-actions/release-please-action@v4 with: + # PAT with write access to the repository token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + # optional. customize path to release-please-config.json config-file: release-please-config.json + # optional. customize path to .release-please-manifest.json manifest-file: .release-please-manifest.json