fix(CI 工作流程): 修正版本來源引用為 build 輸出
CI / 1. BUILD (pull_request) Successful in 1s
CI / 2. TEST (pull_request) Successful in 4s
CI / 3. RESULT (pull_request) Has been skipped

This commit is contained in:
2026-07-11 05:46:30 +00:00
parent fdfe09383a
commit c649a994d1
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
needs: [build] needs: [build]
env: env:
VERSION: ${{ steps.calculate-version.outputs.version }} VERSION: ${{ needs.build.outputs.version }}
IS_BETA: ${{ needs.build.outputs.is_beta }} IS_BETA: ${{ needs.build.outputs.is_beta }}
outputs: outputs:
version: ${{ steps.calculate-version.outputs.version }} version: ${{ steps.calculate-version.outputs.version }}