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 fef95baa40 - Show all commits
-1
View File
@@ -42,7 +42,6 @@ jobs:
name: 3. RESULT
runs-on: ubuntu
needs: [build,test]
if: ${{ needs.test.outputs.is_beta == 'false' }}
env:
VERSION: ${{ needs.test.outputs.version }}
IS_BETA: ${{ needs.build.outputs.is_beta }}