@@ -11,8 +11,8 @@ steps:
- echo "${PACKAGE_VERSION}"
- echo "${LATEST_VERSION}"
- echo ${DRONE_BUILD_CREATED}
- - git config --global user.email "frontwork.me@gmail.com";
- - git config --global user.name "drone";
+ - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
+ - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
- if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
then
git tag $PACKAGE_VERSION