0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

version_info format change

nix fix
This commit is contained in:
Andrey Onishchenko
2024-02-18 21:00:32 +03:00
parent d3444b2e94
commit 1cbc044c85
5 changed files with 20 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
set -e
# get version
VERSION=$(jq -r '.version' ./utility/version_info.json)
VERSION=$(jq -r '.ym.version' ./utility/version_info.json)
release_name="Beta $VERSION"
tag_name="v$VERSION"