diff --git a/cico_build_deploy.sh b/cico_build_deploy.sh index e70828a..eac6db7 100755 --- a/cico_build_deploy.sh +++ b/cico_build_deploy.sh @@ -47,6 +47,7 @@ if [ $? -eq 0 ]; then # Publish to npm # In order to run semantic-release we need a non detached HEAD, see https://github.com/semantic-release/semantic-release/issues/329 docker exec ngx-fabric8-wit-builder git checkout master + docker exec ngx-fabric8-wit-builder git log docker exec ngx-fabric8-wit-builder npm -ddd run semantic-release if [ $? -eq 0 ]; then echo 'CICO: module pushed to npmjs.com'