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 511cd5b commit 2d4dd5bCopy full SHA for 2d4dd5b
.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.3.0
+ uses: softprops/action-gh-release@v2.3.2
90
with:
91
files: ${{ github.workspace }}/custom_components/${{ env.COMPONENT_NAME }}/${{ env.COMPONENT_NAME }}.zip
0 commit comments