fix(release-tag-version): 對齊測試標籤 input 名稱
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ inputs:
|
||||
files:
|
||||
description: '要釋出的成品檔案路徑或 glob'
|
||||
required: false
|
||||
is_debug:
|
||||
is_beta:
|
||||
description: '是否產生測試標籤版本'
|
||||
required: false
|
||||
default: 'false'
|
||||
@@ -26,7 +26,7 @@ runs:
|
||||
id: calculate-version
|
||||
uses: https://gitea.jsc.idv.tw/docker-actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }}
|
||||
with:
|
||||
is_debug: ${{ inputs.is_debug }}
|
||||
is_beta: ${{ inputs.is_beta }}
|
||||
|
||||
- name: 組合釋出參數
|
||||
id: release-params
|
||||
|
||||
Reference in New Issue
Block a user