From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:08:31 +0000 (+0100) Subject: Fix config for addon update action (#903) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=05b8fe308ba1ff4d682d5dab3dc8ef14733aa2a7;p=music-assistant-server.git Fix config for addon update action (#903) Co-authored-by: Jozef Kruszynski --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fca8810f..52a4157e 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 }}