mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
commit
e75ce1af02
1 changed files with 2 additions and 1 deletions
3
.github/workflows/updater.sh
vendored
3
.github/workflows/updater.sh
vendored
|
@ -96,8 +96,9 @@ echo "... conf/$src.src updated"
|
|||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
||||
clean_version=${version//-/.}
|
||||
# Replace new version in manifest
|
||||
echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json
|
||||
echo "$(jq -s --indent 4 ".[] | .version = \"$clean_version~ynh1\"" manifest.json)" > manifest.json
|
||||
|
||||
# No need to update the README, yunohost-bot takes care of it
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue