From dabb082fd0b01057036f6727a4523115f420b1e1 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 4 Dec 2024 12:40:00 -0800 Subject: [PATCH] ci: move away from archived `google-github` action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df820d61..f436856a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} release_tag: ${{ steps.release.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v3 id: release with: release-type: node