From 04f751a10673a90dd5786a28d261c7c797c176d8 Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 25 Jul 2024 13:20:00 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=94=A7=20Update=20the=20release?= =?UTF-8?q?=20tool=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 d48cc37..2f8cd8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: token: ${{ secrets.GH_TOKEN }} release-type: node \ No newline at end of file