fix
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ steps:
|
|||||||
- name: versioning
|
- name: versioning
|
||||||
image: node:12
|
image: node:12
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.email "frontwork.me@gmail.com"
|
- git config --global user.email "frontwork.me@gmail.com";
|
||||||
- git config --global user.name "drone"
|
- git config --global user.name "drone";
|
||||||
- >
|
- >
|
||||||
if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
|
if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user