From: Marcel van der Veldt Date: Sun, 9 Jul 2023 01:22:16 +0000 (+0200) Subject: another typo in release script X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8a60ae9d25f1a48c20082cae1c7d9c2ddbe0fc69;p=music-assistant-server.git another typo in release script --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb80fd51..0c2dcc80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,9 @@ jobs: else echo "channel=stable" >> $GITHUB_OUTPUT fi + - name: Install tomli + run: >- + pip install tomli tomli-w - name: Set Python project version from tag shell: python run: |-