develop
master
if:
steps.version-calculate.outputs.version
組合釋出參數
version
檢查版本號輸出
v
action.yml
8704422
fix(action.yml): 改用 workflow 條件檢查版本輸出
steps.<id>.outputs.*
版本號計算
No dependencies set.
The note is not visible to the blocked user.
變更摘要
if:條件。steps.version-calculate.outputs.version有值時才執行組合釋出參數,並輸出 release name 與 tag name。version為空時改由檢查版本號輸出step 直接失敗,避免產生只有v的錯誤標籤。影響範圍
action.yml:影響釋出參數組合與版本輸出異常時的失敗流程。Commit
8704422fix(action.yml): 改用 workflow 條件檢查版本輸出風險與注意事項
if:與steps.<id>.outputs.*的支援。version,流程會在釋出前停止,方便從版本號計算step log 追查原因。