homebridge-securitysystem 7.2.1-beta.2 → 7.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ jobs:
30
30
  uses: actions/checkout@v3
31
31
 
32
32
  - name: Generate tag name
33
- uses: MiguelRipoll23/generate-tag-name@v1.3.0
33
+ uses: MiguelRipoll23/generate-tag-name@playground
34
34
  id: generate-tag-name
35
35
  with:
36
36
  channel: ${{ inputs.channel }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "7.2.1-beta.2",
4
+ "version": "7.2.1",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {