From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:14:14 +0000 (+0100) Subject: Disable add-on pr action (#845) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f551be76df28504649af969f4246d775b5846656;p=music-assistant-server.git Disable add-on pr action (#845) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2599a44c..fba86b63 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 + # 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 }}