fix
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user