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.
2 parents 7984a55 + e8917c3 commit f3b776fCopy full SHA for f3b776f
.github/workflows/release.yaml
@@ -37,6 +37,6 @@ jobs:
37
zip "$INTEGRATION_DOMAIN.zip" -r ./
38
39
- name: "Upload the ZIP file to the release"
40
- uses: softprops/action-gh-release@v2.0.6
+ uses: softprops/action-gh-release@v2.2.1
41
with:
42
files: ${{ github.workspace }}/custom_components/${{ env.INTEGRATION_DOMAIN }}/${{ env.INTEGRATION_DOMAIN }}.zip
0 commit comments