From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:03:31 +0000 (+0100) Subject: Re-add addon update action to ci (#849) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=19da710664adef6f8a21e610895d9f6824869bca;p=music-assistant-server.git Re-add addon update action to ci (#849) Co-authored-by: jkruszynski --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fba86b63..85f3248a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,12 +101,12 @@ jobs: build-args: | "MASS_VERSION=${{ needs.build-and-publish-pypi.outputs.version }}" - #addon-version-update: - # name: Server repo PR - # needs: build-and-publish-pypi - # runs-on: ubuntu-latest - # steps: - # - uses: music-assistant/addon-update-action@main - # with: - # github_token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }} - # new_release_version: ${{ needs.build-and-publish-pypi.outputs.version }} + addon-version-update: + name: Server repo PR + needs: [ build-and-publish-pypi, build-and-push-container-image ] + runs-on: ubuntu-latest + steps: + - uses: music-assistant/addon-update-action@main + with: + github_token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }} + new_release_version: ${{ needs.build-and-publish-pypi.outputs.version }}