From 16155fb21be9895da7ec78152e32382bc7248d8a Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski Date: Sat, 28 Oct 2023 09:03:13 +0200 Subject: [PATCH] Fix config for addon update action --- .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 fca8810f2..52a4157e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,4 +121,4 @@ jobs: uses: music-assistant/addon-update-action@main with: github_token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }} - new_release_version: ${{ needs.build-and-publish-pypi.outputs.version }} + new_server_version: ${{ needs.build-and-publish-pypi.outputs.version }}