Skip to content

Commit

Permalink
Update job and step names for ci addon job (#850)
Browse files Browse the repository at this point in the history
Co-authored-by: jkruszynski <[email protected]>
  • Loading branch information
jozefKruszynski and jkruszynski authored Sep 6, 2023
1 parent 19da710 commit 5d07ff0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5d07ff0

Please sign in to comment.