mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Update updater.sh
This commit is contained in:
parent
5476539f24
commit
ecfda32aae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -19,7 +19,7 @@
|
|||
# Fetching information
|
||||
app=$(cat manifest.json | jq -j '.id')
|
||||
current_version=$(cat manifest.json | jq -j '.version|split("~")[0]')
|
||||
upstream_version=$(curl -Ls https://pypi.org/pypi/$pythonPackage/json | jq -r .info.version)
|
||||
upstream_version=$(curl -Ls https://pypi.org/pypi/$app/json | jq -r .info.version)
|
||||
|
||||
# Setting up the environment variables
|
||||
echo "Current version: $current_version"
|
||||
|
|
Loading…
Reference in a new issue