Skip to content

Commit 06ad8d5

Browse files
committed
fix plugin name in release workflow
1 parent 759fda7 commit 06ad8d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
BASE_VERSION="${VERSION%%-*}"
5151
# Compare base version to latest version using sort -V
5252
if [ "$(printf "%s\n%s" "$BASE_VERSION" "$LATEST_VERSION" | sort -V | head -n1)" != "$LATEST_VERSION" ]; then
53-
npm deprecate @homebridge-plugins/homebridge-ecovacs@"$VERSION" "This beta version is deprecated in favor of the latest release."
53+
npm deprecate @homebridge-plugins/homebridge-govee@"$VERSION" "This beta version is deprecated in favor of the latest release."
5454
echo "- Deprecated version: $VERSION (base: $BASE_VERSION)"
5555
DEPRECATED_VERSIONS+=("$VERSION")
5656
else

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to homebridge-govee will be documented in this file.
44

5+
## v11.1.1 (Unreleased)
6+
7+
### Other Changes
8+
9+
- fix plugin name in release workflow
10+
511
## v11.1.0 (2025-07-12)
612

713
### Notable Changes

0 commit comments

Comments
 (0)