Skip to content

Commit

Permalink
Downgrade release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 31, 2024
1 parent 7c04f02 commit e29c9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
zip healthchecksio.zip -r ./
- name: Upload the zipfile as a release asset
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: ${{ github.workspace }}/custom_components/healthchecksio/healthchecksio.zip
2 changes: 1 addition & 1 deletion custom_components/healthchecksio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"documentation": "https://github.com/custom-components/healthchecksio",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/healthchecksio/issues",
"version": "100.0.0b1"
"version": "100.0.0b2"
}

0 comments on commit e29c9a4

Please sign in to comment.