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