diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5a901e..120c9d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: zip adaptive_cover.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: files: ${{ github.workspace }}/custom_components/adaptive_cover/adaptive_cover.zip