From 3e1aee157cabd77d72200976ce01e6b8373fa91d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 15:49:18 +0000 Subject: [PATCH] =?UTF-8?q?fix(release-tag-version):=20=E5=B0=8D=E9=BD=8A?= =?UTF-8?q?=E6=B8=AC=E8=A9=A6=E6=A8=99=E7=B1=A4=20input=20=E5=90=8D?= =?UTF-8?q?=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3dc6f67..c5050d0 100644 --- a/action.yml +++ b/action.yml @@ -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