homey-lib 2.18.0 → 2.18.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.
@@ -28,7 +28,7 @@ jobs:
28
28
  name: Deploy to NPM
29
29
 
30
30
  # Only run this job if initiator is not the Homey Github Actions Bot to prevent loops
31
- if: github.actor != 'HomeyGithubActionsBot'
31
+ if: github.actor != 'homey-bot'
32
32
 
33
33
  runs-on: ubuntu-latest
34
34
  steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-lib",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "description": "Shared Library for Homey",
5
5
  "main": "index.js",
6
6
  "scripts": {