From 7bb7928070df8b62c534e0bca84661c142315604 Mon Sep 17 00:00:00 2001 From: itsHenry <2671230065@qq.com> Date: Wed, 7 Feb 2024 20:25:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(deps):=20update=20googlecloudpl?= =?UTF-8?q?atform/release-please-action=20action=20=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9ebef61b5fd4a4d64c15e0f56b1372cfb9791eb1. --- .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 82fc232..c16a239 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v4 + - uses: GoogleCloudPlatform/release-please-action@v3 id: release with: token: ${{ secrets.RELEASE_TOKEN }}