Update job and step names for ci addon job (#850)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Wed, 6 Sep 2023 11:16:34 +0000 (13:16 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 11:16:34 +0000 (13:16 +0200)
Co-authored-by: jkruszynski <jozef@krush.at>
.github/workflows/release.yml

index 85f3248a4e12dd5887f580e32fd956879d6e46b0..d15dede586496c4a00736dbe5f3d65eb3a68f475 100644 (file)
@@ -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 }}