From 284da501365771f209d3272dc08d93a93c4c5115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 4 Jan 2025 20:15:16 +0100 Subject: [PATCH] Downgrade softprops/action-gh-release (#4316) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 123a94dc2b7..407a2fe6cd7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: zip hacs.zip -r ./ - name: 📤 Upload zip to release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.1.0 if: ${{ github.event_name == 'release' }} with: files: ${{ github.workspace }}/custom_components/hacs/hacs.zip