Explorar el Código

Test of fix #1072

Joachim M. Giæver hace 3 años
padre
commit
61adf1b72e
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      snap/snapcraft.yaml

+ 3 - 2
snap/snapcraft.yaml

@@ -1,6 +1,6 @@
 name: zwavejs2mqtt
 base: core20
-version: 'v3.4.0'
+version: 'v3.4.0-fix#1076'
 summary: Fully configurable Zwave to MQTT Gateway and Control Panel. 
 description: |
   - Configurable Zwave to Mqtt Gateway
@@ -68,7 +68,8 @@ parts:
     after: [nodejs]
     plugin: npm
     source: https://github.com/zwave-js/zwavejs2mqtt.git
-    source-tag: $SNAPCRAFT_PROJECT_VERSION
+    source-branch: "fix#1072"
+    #source-tag: $SNAPCRAFT_PROJECT_VERSION
     npm-node-version: '15.14.0'
     build-packages:
       - gcc