diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7705677..f3fdb1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,6 @@ jobs: zip sinapsi_alfa.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.7 with: files: ${{ github.workspace }}/custom_components/sinapsi_alfa/sinapsi_alfa.zip