mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update updater.sh
This commit is contained in:
parent
b10a24f1a1
commit
f510657e17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -123,7 +123,7 @@ done
|
|||
sudo apt-get install moreutils
|
||||
|
||||
# Replace new version in manifest
|
||||
jq -s --indent 4 ".[] | select( .prerelease != true ) | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
|
||||
jq -s --indent 4 ".[] | select( .prerelease != false ) | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
|
||||
|
||||
# No need to update the README, yunohost-bot takes care of it
|
||||
|
||||
|
|
Loading…
Reference in a new issue