From 9cb5503c308c8b76977bd9340c6dc92a0b809007 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Sun, 5 Jan 2025 13:46:04 +0000 Subject: [PATCH] Roll back action-gh-release version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 215e49333..26abdf7a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip battery_notes.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.1.0 with: files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip