From 8e8fd10431242be673b978bb12969ea5e3e7d3da Mon Sep 17 00:00:00 2001 From: Daniel <3638478+Danieldiazi@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:11:35 +0200 Subject: [PATCH] Update release.yml --- .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 1424981..17eb3a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: run: | zip homeassistant-meteogalicia.zip -r ./custom_components/meteogalicia/ - name: Upload zip to release - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: homeassistant-meteogalicia.zip