fix(calculate-version): 統一輸出訊息格式與 README 說明 #5

Merged
admin merged 3 commits from ai-review-resolve/develop-20260711-141530 into develop 2026-07-11 06:24:50 +00:00
Showing only changes of commit 84ea25ef11 - Show all commits
+1
View File
@@ -42,6 +42,7 @@ jobs:
name: 3. RESULT name: 3. RESULT
runs-on: ubuntu runs-on: ubuntu
needs: [build,test] needs: [build,test]
if: ${{ needs.build.outputs.is_beta == 'false' }}
env: env:
VERSION: ${{ needs.test.outputs.version }} VERSION: ${{ needs.test.outputs.version }}
IS_BETA: ${{ needs.build.outputs.is_beta }} IS_BETA: ${{ needs.build.outputs.is_beta }}