We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420b4df commit b5b51c1Copy full SHA for b5b51c1
.github/scripts/compute-release-tag.sh
@@ -5,7 +5,7 @@ BUILD_TYPE="AB"
5
# udroid-on-android latest tag
6
udroid_version=$(
7
git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' \
8
- https://github.com/RandomCoderOrg/udroid-on-android \
+ https://github.com/RandomCoderOrg/ubuntu-on-android \
9
| tail -n1 | cut -d / -f 3 | cut -d v -f 2-
10
)
11
0 commit comments