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

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-06 18:12:15 +08:00
parent f13ad45fb5
commit a2978bada7

View File

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