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