feat: 更新 CD 版本

This commit is contained in:
2026-03-21 19:57:53 +08:00
parent 81cedc70d9
commit e051028853
2 changed files with 15 additions and 16 deletions

View File

@@ -3,11 +3,11 @@ description: '推送 NUGET 套件'
author: 'Jeffery'
inputs:
RELEASE_VERSION:
required: true
description: '要推送的版本號ex: ${{ needs.calculate.outputs.version }}'
required: true
RELEASE_INDEX:
default: 0
description: '要推送的版本中第幾個成品,預設為 0'
default: 0
runs:
using: 'docker'
image: 'Dockerfile'