style(.gitea/workflows/ci): 對齊工作流程註解與縮排 #6

Merged
admin merged 3 commits from develop into master 2026-07-11 13:26:41 +00:00
Showing only changes of commit 27ddf04ec2 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
# 對外輸出供後續 job 使用。
outputs:
# 輸出版本字串。
version: ${{ env.VERSION }}
version: ${{ steps.calculate-version.outputs.version }}
# 輸出是否為 beta。
is_beta: ${{ env.IS_BETA }}
# build job 的執行步驟。