From: Marcel van der Veldt Date: Tue, 3 Sep 2024 21:20:51 +0000 (+0200) Subject: fix typo in release script X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fdda2ffc8be5bfa1ce46f0a758a34932e75326f5;p=music-assistant-server.git fix typo in release script --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eafdd73..6e1f381c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,7 +176,7 @@ jobs: build-args: | MASS_VERSION=${{ needs.build-artifact.outputs.version }} DEV_RELEASE="true" - MASS_INSTALL_LOCATION="/tmp/music_assitant-${{ needs.build-artifact.outputs.version }}-py3-none-any.whl" + MASS_INSTALL_LOCATION="/tmp/music_assistant-${{ needs.build-artifact.outputs.version }}-py3-none-any.whl" release-notes-update: name: Updates the release notes and changelog