Skip to content

Commit

Permalink
Add back zip creation in release step (#110)
Browse files Browse the repository at this point in the history
* Add back zip creation in release step

* Bump version
  • Loading branch information
ludeeus authored Dec 31, 2024
1 parent 48a7d27 commit f9c6928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
exit 1
fi
- name: Create zip file for the integration
run: |
cd "${{ github.workspace }}/custom_components/healthchecksio"
zip healthchecksio.zip -r ./
- name: Upload the zipfile as a release asset
uses: softprops/[email protected]
with:
Expand Down
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.0b0"
"version": "100.0.0b1"
}

0 comments on commit f9c6928

Please sign in to comment.