Skip to content

Commit

Permalink
Bump pyxplora_api from 2.3.2 to 2.3.3 (#114)
Browse files Browse the repository at this point in the history
* Bump pyxplora_api from 2.3.2 to 2.3.3

* Update release.yml
  • Loading branch information
Ludy87 authored Nov 19, 2022
1 parent 0ec2398 commit fbb943e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
version="$(python3 ./.github/actions/get_version.py)"
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Is Tag exists
uses: mukunku/tag-exists-action@v1.1.0
id: checkTag
Expand All @@ -48,7 +48,7 @@ jobs:
id: check-tag
run: |
if [[ "${{ steps.version.outputs.version }}" =~ ^v2\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=match::true
echo "match=true" >> $GITHUB_OUTPUT
fi
- name: Build
if: steps.check-tag.outputs.match == 'true'
Expand Down
4 changes: 2 additions & 2 deletions custom_components/xplora_watch/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "xplora_watch",
"name": "Xplora® Watch",
"version": "v2.5.0",
"version": "v2.5.1",
"config_flow": true,
"documentation": "https://github.com/Ludy87/xplora_watch/tree/main",
"issue_tracker": "https://github.com/Ludy87/xplora_watch/issues",
"dependencies": [],
"requirements": [
"pyxplora_api==2.3.2",
"pyxplora_api==2.3.3",
"geopy==2.2.0"
],
"codeowners": ["@Ludy87"],
Expand Down

0 comments on commit fbb943e

Please sign in to comment.