From 4e3baa22944945fdca97a772eef5cc3ff7bf814d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 15:22:23 +0000 Subject: [PATCH] =?UTF-8?q?feat(release-tag-version):=20=E8=BC=B8=E5=87=BA?= =?UTF-8?q?=E9=87=8B=E5=87=BA=E7=89=88=E6=9C=AC=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index a1479fc..3dc6f67 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,11 @@ inputs: required: false default: 'false' +outputs: + version: + description: '本次釋出的版本號' + value: ${{ steps.calculate-version.outputs.version }} + runs: using: 'composite' steps: