diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49e49d8..2c0affe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip integration_blueprint.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/integration_blueprint/integration_blueprint.zip