diff --git a/.drone.yml b/.drone.yml index 240acb1..3618285 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: versioning image: node:12 commands: - - git config --global user.email "frontwork.me@gmail.com" - - git config --global user.name "drone" + - git config --global user.email "frontwork.me@gmail.com"; + - git config --global user.name "drone"; - > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; then