feat(ci): add debug output for PATH in SemanticReleasingExecutor
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
af9d31c028
commit
4e2cf2ed34
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user