From 3f9e20d2949e1d1ba8cf18e7c302ef6f9d0baf43 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 5 Nov 2024 21:22:39 -0500 Subject: [PATCH] ci: revert to release please 3 Signed-off-by: Michael Beemer --- .github/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90e4c31..7f9a035 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,11 +16,13 @@ jobs: pull-requests: write # for googleapis/release-please-action to create release PR # Release-please creates a PR that tracks all changes steps: - - uses: googleapis/release-please-action@v4 + - uses: google-github-actions/release-please-action@v3 id: release with: + command: manifest token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}} - target-branch: main + default-branch: main + signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>" - name: Dump Release Please Output env: RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}