mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix the auto updater script (it now places itself on the 'testing' branch)
This commit is contained in:
parent
e8bd5b28ef
commit
86a39deb03
1 changed files with 3 additions and 0 deletions
3
.github/workflows/updater.sh
vendored
3
.github/workflows/updater.sh
vendored
|
@ -16,6 +16,9 @@
|
|||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||
#=================================================
|
||||
|
||||
# Access the branch 'testing'
|
||||
git checkout testing
|
||||
|
||||
# Fetching information
|
||||
current_version=$(jq -j '.version|split("~")[0]' manifest.json)
|
||||
repo=$(jq -j '.upstream.code|split("https://github.com/")[1]' manifest.json)
|
||||
|
|
Loading…
Add table
Reference in a new issue