diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37ac4631..e9818964 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'packages/core/**' + - 'packages/**/**' jobs: changelog: diff --git a/packages/preact-robot/package.json b/packages/preact-robot/package.json index e112deb7..dc56c595 100644 --- a/packages/preact-robot/package.json +++ b/packages/preact-robot/package.json @@ -23,7 +23,7 @@ "url": "git+https://github.com/matthewp/preact-robot.git" }, "keywords": [ - "React", + "Preact", "Finite state machine" ], "author": "Matthew Phillips ",