From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:16:34 +0000 (+0200) Subject: Update job and step names for ci addon job (#850) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5d07ff0f686c58b43cc8fa68502471ed8d924579;p=music-assistant-server.git Update job and step names for ci addon job (#850) Co-authored-by: jkruszynski --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85f3248a..d15dede5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,11 +102,12 @@ jobs: "MASS_VERSION=${{ needs.build-and-publish-pypi.outputs.version }}" addon-version-update: - name: Server repo PR + name: Updates the Addon repository with the new version needs: [ build-and-publish-pypi, build-and-push-container-image ] runs-on: ubuntu-latest steps: - - uses: music-assistant/addon-update-action@main + - name: Push new version number to addon config + uses: music-assistant/addon-update-action@main with: github_token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }} new_release_version: ${{ needs.build-and-publish-pypi.outputs.version }}