From bbf48129b4b34af39328a69237f367d1ce6856dd Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 18:09:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E7=9B=B8=E4=BE=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index c88f9f7..6a6dce8 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -15,8 +15,9 @@ jobs: cd: name: "CD > 發布專案" runs-on: ubuntu + needs: calculate steps: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v${{ steps.version.outputs.version }}" \ No newline at end of file + tag_name: "v${{ needs.calculate.outputs.version }}" \ No newline at end of file