diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60ec058..e0b936a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip askoheat.zip -r ./ - name: "Upload the ZIP file to the release" - uses: "softprops/action-gh-release@v2.1.0" + uses: "softprops/action-gh-release@v2.2.0" with: files: ${{ github.workspace }}/custom_components/askoheat/askoheat.zip