diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a0af84..ba92778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip stiebel_eltron_isg.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/stiebel_eltron_isg/stiebel_eltron_isg.zip