We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cf380 commit 284da50Copy full SHA for 284da50
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
zip hacs.zip -r ./
58
59
- name: 📤 Upload zip to release
60
- uses: softprops/action-gh-release@v2.2.0
+ uses: softprops/action-gh-release@v2.1.0
61
if: ${{ github.event_name == 'release' }}
62
with:
63
files: ${{ github.workspace }}/custom_components/hacs/hacs.zip
0 commit comments