homebridge-securitysystem 7.5.0-beta.2 → 7.5.0

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.
@@ -18,8 +18,8 @@ on:
18
18
  description: New build for prerelease
19
19
 
20
20
  jobs:
21
- update-version:
22
- name: Update version name
21
+ create-version:
22
+ name: Create version
23
23
  runs-on: ubuntu-latest
24
24
  permissions:
25
25
  contents: write
@@ -29,13 +29,13 @@ jobs:
29
29
  - name: Checkout branch
30
30
  uses: actions/checkout@v3
31
31
 
32
- - name: Generate tag name
32
+ - name: Generate tag
33
33
  uses: MiguelRipoll23/generate-tag-name@v1.7.0
34
34
  id: generate-tag-name
35
35
  with:
36
36
  channel: ${{ inputs.channel }}
37
37
 
38
- - name: Update version name
38
+ - name: Update version
39
39
  uses: reedyuk/npm-version@1.2.1
40
40
  with:
41
41
  version: ${{ steps.generate-tag-name.outputs.tag-name }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "7.5.0-beta.2",
4
+ "version": "7.5.0",
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": {