We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf7320 commit 7a0b63aCopy full SHA for 7a0b63a
.github/workflows/release.yml
@@ -86,6 +86,6 @@ jobs:
86
zip ${{ env.COMPONENT_NAME }}.zip -r ./
87
88
- name: "Upload the ZIP file to the release"
89
- uses: softprops/action-gh-release@v2.2.1
+ uses: softprops/action-gh-release@v2.2.2
90
with:
91
files: ${{ github.workspace }}/custom_components/${{ env.COMPONENT_NAME }}/${{ env.COMPONENT_NAME }}.zip
0 commit comments