mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
Installing tomlq
This commit is contained in:
parent
37b4910901
commit
150ec279e1
1 changed files with 5 additions and 0 deletions
5
.github/workflows/updater.sh
vendored
5
.github/workflows/updater.sh
vendored
|
@ -4,6 +4,11 @@
|
|||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||
#=================================================
|
||||
|
||||
#Installing tomlq
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install tomlq
|
||||
|
||||
# Fetching information
|
||||
current_version=$(cat manifest.toml | tomlq -j '.version|split("~")[0]')
|
||||
repo=$(cat manifest.toml | tomlq -j '.upstream.code|split("https://github.com/")[1]')
|
||||
|
|
Loading…
Reference in a new issue