From c649a994d1f7eeaa8db94914c4e91b23610e5126 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 05:46:30 +0000 Subject: [PATCH] =?UTF-8?q?fix(CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B):?= =?UTF-8?q?=20=E4=BF=AE=E6=AD=A3=E7=89=88=E6=9C=AC=E4=BE=86=E6=BA=90?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=82=BA=20build=20=E8=BC=B8=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 15125b8..9978e3f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu needs: [build] env: - VERSION: ${{ steps.calculate-version.outputs.version }} + VERSION: ${{ needs.build.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }} outputs: version: ${{ steps.calculate-version.outputs.version }}