Compare commits

..
2 Commits
Author SHA1 Message Date
jiantw83 27ddf04ec2 fix(.gitea/workflows/ci): 修正版本輸出來源
CI / 1. BUILD (pull_request) Successful in 2s
CI / 2. TEST (pull_request) Has been skipped
CI / 3. RESULT (pull_request) Has been skipped
2026-07-11 13:25:21 +00:00
jiantw83 15c1228316 style(.gitea/workflows/master): 對齊工作流程註解與縮排
CI / 1. BUILD (pull_request) Successful in 2s
CI / 2. TEST (pull_request) Has been skipped
CI / 3. RESULT (pull_request) Has been skipped
2026-07-11 12:58:45 +00:00
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
# 對外輸出供後續 job 使用。 # 對外輸出供後續 job 使用。
outputs: outputs:
# 輸出版本字串。 # 輸出版本字串。
version: ${{ env.VERSION }} version: ${{ steps.calculate-version.outputs.version }}
# 輸出是否為 beta。 # 輸出是否為 beta。
is_beta: ${{ env.IS_BETA }} is_beta: ${{ env.IS_BETA }}
# build job 的執行步驟。 # build job 的執行步驟。