From 855eca3316ff3686b510ae6276abc0708267cc99 Mon Sep 17 00:00:00 2001 From: Andy Zhang <37402126+AnzhiZhang@users.noreply.github.com> Date: Thu, 16 May 2024 23:35:50 +0100 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=91=B7=20change=20google-github-?= =?UTF-8?q?actions/release-please-action@v4=20to=20googleapis/release-plea?= =?UTF-8?q?se-action@v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{Release.yml => release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{Release.yml => release.yml} (97%) diff --git a/.github/workflows/Release.yml b/.github/workflows/release.yml similarity index 97% rename from .github/workflows/Release.yml rename to .github/workflows/release.yml index 4935a32..ad66fed 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Release Please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release-please with: config-file: .release-please/release-please-config.json