File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
custom_components/powersensor Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33" on " :
44 push :
55 tags :
6- - ' v[0-9]+.[0-9]+.[0-9]+.* '
6+ - ' v[0-9]+.[0-9]+.[0-9]+'
77
88defaults :
99 run :
Original file line number Diff line number Diff line change 1616 " powersensor-local==2.0.1"
1717 ],
1818 "single_config_entry" : true ,
19- "version" : " 0.0 .0" ,
20- "zeroconf" : [
19+ "version" : " 0.1 .0" ,
20+ "zeroconf" : [
2121 " _powersensor._udp.local."
2222 ]
2323}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ root_dir="${this_dir}/.."
88
99cd " ${root_dir} " || exit 1
1010
11- ref=" $( git describe --always ) "
11+ ref=" $( git describe --tags ) "
1212manifest_ver=$( jq -r .version custom_components/powersensor/manifest.json)
1313if [ " ${ref} " != " v${manifest_ver} " ]
1414then
You can’t perform that action at this time.
0 commit comments