fix(CI 工作流程): 修正版本來源引用為 build 輸出
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user