Disable add-on pr action (#845)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Tue, 15 Aug 2023 11:14:14 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 11:14:14 +0000 (13:14 +0200)
.github/workflows/release.yml

index 2599a44c99f3a5c2d54cfa0d1088bd318754528e..fba86b6309b5ffcc408f3616e97134b4bce26a3f 100644 (file)
@@ -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 }}