From 1805c84766f178533f10b96c30ed1caaccf91129 Mon Sep 17 00:00:00 2001 From: Tijmen Stor <23655598+tijmenstor@users.noreply.github.com> Date: Fri, 17 May 2024 14:10:26 +0200 Subject: [PATCH] fix: Use new release-please Action (#9) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 797545c..f7f556e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release Please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release with: release-type: simple