Skip to content

Commit 0dfc674

Browse files
committed
ci: add manual trigger and bump version to 2.3.1
1 parent 57ddb86 commit 0dfc674

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches: [main, master]
1212
paths:
1313
- 'custom_components/seeed_ha_discovery/manifest.json'
14+
workflow_dispatch: # 允许手动触发 | Allow manual trigger
1415

1516
jobs:
1617
release:

custom_components/seeed_ha_discovery/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"iot_class": "local_push",
99
"issue_tracker": "https://github.com/limengdu/Seeed-Homeassistant-Discovery/issues",
1010
"requirements": ["zeroconf>=0.47.0", "bluetooth-data-tools>=0.3.0"],
11-
"version": "2.3.0",
11+
"version": "2.3.1",
1212
"zeroconf": ["_seeed_ha._tcp.local."],
1313
"bluetooth": [
1414
{

0 commit comments

Comments
 (0)