homebridge-eggtimer-plugin 1.2.1 → 1.2.3

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.
@@ -25,6 +25,7 @@ jobs:
25
25
  - uses: actions/checkout@v6
26
26
  with:
27
27
  fetch-depth: 0
28
+ token: ${{ secrets.RELEASE_TOKEN }}
28
29
 
29
30
  - uses: pnpm/action-setup@v5
30
31
 
@@ -35,9 +36,10 @@ jobs:
35
36
  registry-url: https://registry.npmjs.org/
36
37
 
37
38
  - run: pnpm install --frozen-lockfile
39
+ - run: npm install -g npm@latest
38
40
  - run: pnpm build
39
41
 
40
42
  - name: Semantic Release
41
43
  run: pnpm semantic-release
42
44
  env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-eggtimer-plugin",
3
3
  "displayName": "Homebridge Eggtimer Plugin",
4
- "version": "1.2.1",
4
+ "version": "1.2.3",
5
5
  "description": "Egg Timers for Homebridge: https://github.com/nfarina/homebridge",
6
6
  "license": "MIT",
7
7
  "keywords": [