From 13590406affe212bc987b0f2613b70eaa13b86c0 Mon Sep 17 00:00:00 2001 From: mjain6 Date: Wed, 27 May 2026 14:49:46 +0530 Subject: [PATCH] update GoogleCloudPlatform/release-please-action to googleapis/release-please-action --- .github/workflows/build-prod-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-prod-release.yml b/.github/workflows/build-prod-release.yml index 60191a1..c477014 100755 --- a/.github/workflows/build-prod-release.yml +++ b/.github/workflows/build-prod-release.yml @@ -10,13 +10,16 @@ name: Build production release jobs: build-and-release: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - name: Check-out source code uses: actions/checkout@v2 - name: Generate and process release PR id: release_please - uses: GoogleCloudPlatform/release-please-action@v2 + uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main with: release-type: simple package-name: ${{ github.event.repository.name }}