1 parent 83b937f commit 9b9a307Copy full SHA for 9b9a307
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
cd custom_components/home_maintenance/
21
zip -r ../../home_maintenance.zip . -x '.*'
22
- name: Upload ZIP to Release
23
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v1
24
with:
25
files: home_maintenance.zip
26
env:
0 commit comments