Skip to content

Commit b5b51c1

Browse files
Update compute-release-tag.sh
1 parent 420b4df commit b5b51c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/compute-release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BUILD_TYPE="AB"
55
# udroid-on-android latest tag
66
udroid_version=$(
77
git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' \
8-
https://github.com/RandomCoderOrg/udroid-on-android \
8+
https://github.com/RandomCoderOrg/ubuntu-on-android \
99
| tail -n1 | cut -d / -f 3 | cut -d v -f 2-
1010
)
1111

0 commit comments

Comments
 (0)