Skip to content

Commit

Permalink
Merge pull request #4 from anarion80/dev
Browse files Browse the repository at this point in the history
Update actions again
  • Loading branch information
anarion80 committed Mar 7, 2024
2 parents b6314b8 + 535b9ad commit ed44958
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified .github/scripts/update_hacs_manifest.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cd custom_components/tech
zip tech.zip -r ./
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./custom_components/tech/tech.zip
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tech/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/anarion80/tech-controllers/issues",
"requirements": [],
"version": "1.0.0"
"version": "2.0.1"
}

0 comments on commit ed44958

Please sign in to comment.