From d5b90d85ea4be967e93ce92459364cf9260b2d3e Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7722d7d03..d0729e2b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -183,7 +183,7 @@ jobs: uses: actions/github-script@v7 with: script: | - const createReleaseTag = async (client: github.GitHub, refInfo: Octokit.GitCreateRefParams) => { + const createReleaseTag = async (client, refInfo) => { core.startGroup('Generating release tag'); const friendlyTagName = refInfo.ref.substring(10); // 'refs/tags/latest' => 'latest' core.info(`Attempting to create or update release tag "${friendlyTagName}"`);