From 256cf8aaa4c56df8b3ec8a230ee683ce6f691d21 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Thu, 5 Dec 2024 06:31:16 -0800 Subject: [PATCH] chore(ci): move away from archived `google-github` action (#581) --- .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