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 3851c17 commit ad487b1Copy full SHA for ad487b1
.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.2
+ uses: softprops/action-gh-release@v2.3.3
90
with:
91
files: ${{ github.workspace }}/custom_components/${{ env.COMPONENT_NAME }}/${{ env.COMPONENT_NAME }}.zip
0 commit comments