From df0f26e9075bfce2cd9e83e7b953899b2630889a Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Tue, 15 Oct 2024 14:09:38 +0200 Subject: [PATCH] chore: mitigate move of release please action Signed-off-by: andy Augustin --- .github/workflows/release_please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index 939642a..64869d9 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -23,7 +23,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: release-type: simple