diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87639af..18505a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip brama_integration.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.1" with: files: ${{ github.workspace }}/custom_components/brama_integration/brama_integration.zip