feat(calculate-version): 改為從 release API 計算版本 #2

Merged
admin merged 9 commits from develop into master 2026-07-11 05:49:12 +00:00
Showing only changes of commit c649a994d1 - Show all commits
+1 -1
View File
@@ -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 }}