From fdda2ffc8be5bfa1ce46f0a758a34932e75326f5 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 3 Sep 2024 23:20:51 +0200 Subject: [PATCH] fix typo in release script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1