From: Marcel van der Veldt Date: Sun, 9 Jul 2023 01:39:13 +0000 (+0200) Subject: another attempt X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7ada381f3bb8f39706b009d05eaf76e7d36a2398;p=music-assistant-server.git another attempt --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c2dcc80..adc67842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: with open("pyproject.toml", "rb") as f: pyproject = tomli.load(f) - pyproject["project"]["version"] = "${{ steps.vars.outputs.tag }}" + pyproject["project"]["version"] = "${{ needs.build-and-publish-pypi.outputs.version }}" with open("pyproject.toml", "wb") as f: tomli_w.dump(pyproject, f)