From bfba6e47d19c3eabcb36f7b1a10ad73751f8804d Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Sun, 30 Apr 2023 12:21:23 -0500 Subject: [PATCH] Fixing pipeline --- .drone.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 25957d7..272282c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,7 +84,7 @@ steps: from_secret: ssh_key port: 22 script: - - rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-harmony-control + - rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-harmony-control || true when: event: - tag @@ -101,7 +101,7 @@ steps: from_secret: ssh_key port: 22 script: - - npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873 + - npm install -g @watsonb8/homebridge-harmony-control when: event: - tag diff --git a/package.json b/package.json index 9f5fcb5..b49fe51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@watsonb8/homebridge-harmony-control", - "version": "1.2.4", + "version": "1.3.0", "description": "Homebridge platform to control smart home equipment by room.", "main": "bin/index.js", "publishConfig": {