From 36bcf85015f9a9f17ec47f1c61dba576526ae1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= <1+admin@noreply.localhost> Date: Wed, 1 Jul 2026 09:07:01 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/readm?= =?UTF-8?q?e.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/readme.md b/.gitea/workflows/readme.md index 6acceea..fd64672 100644 --- a/.gitea/workflows/readme.md +++ b/.gitea/workflows/readme.md @@ -4,4 +4,6 @@ - BUILD - TEST - RESULT -- CD \ No newline at end of file +- CD + - BUILD + - DEPLOY \ No newline at end of file -- 2.53.0 From 1e7be78e975aa78c4a4993a480d7b10436912bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= <1+admin@noreply.localhost> Date: Wed, 1 Jul 2026 09:13:06 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/maste?= =?UTF-8?q?r.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 99fa8c6..5cf175d 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -25,6 +25,6 @@ jobs: - name: Publishing Release uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }} with: - name: "${{ gitea.event.repository.name }} v$VERSION" - tag_name: "v$VERSION" + name: "${{ gitea.event.repository.name }} v${{ env.VERSION }}" + tag_name: "v${{ env.VERSION }}" target_commitish: ${{ gitea.sha }} \ No newline at end of file -- 2.53.0