From ff7e959daaec12a3f8fa5b52054f3ab2b5d13612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 26 Sep 2025 17:00:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E4=BF=AE=E6=94=B9=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E4=BB=BB=E5=8A=A1=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将发布任务名称从 "Publish to registry" 改为 "publish to registry" - 保持其他工作流配置不变 --- .gitea/workflows/publish_on_tagged.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish_on_tagged.yml b/.gitea/workflows/publish_on_tagged.yml index 33caf21..8c61f7e 100644 --- a/.gitea/workflows/publish_on_tagged.yml +++ b/.gitea/workflows/publish_on_tagged.yml @@ -20,9 +20,9 @@ jobs: apt-get update apt-get install zip zip -r dist.zip * - - name: Publish to registry + - name: publish to registry run: | curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \ --upload-file ./dist.zip \ https://nest.doylee.cn/api/packages/HDK/composer?version=${{ gitea.ref_name }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}."