diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 93c13be..3b7bd81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,6 @@ jobs: zip sncf_trains_ha.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: files: ${{ github.workspace }}/custom_components/sncf_trains/sncf_trains_ha.zip