feat(ci): add debug output for PATH in SemanticReleasingExecutor

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-06 17:48:13 +08:00
parent af9d31c028
commit 4e2cf2ed34

View File

@ -35,6 +35,7 @@ class SemanticReleasingExecutor {
steps.env.GIT_LOCAL_BRANCH = "${branch}"
steps.sh """
#!/bin/bash
echo $PATH
semantic-release
"""
steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")