File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 name : raw-tarballs
4141 - name : Compute release tag
42- run : sudo bash /home/runner/work/udroid-download/udroid-download/.github/scripts/compute-release-tag.sh
42+ run : |
43+ udroid_version=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' \
44+ https://github.com/RandomCoderOrg/ubuntu-on-android \
45+ | tail -n1 | cut -d / -f 3 | cut -d v -f 2- )
46+ udroid_download=$(
47+ git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' \
48+ https://github.com/RandomCoderOrg/udroid-download \
49+ | tail -n1 | cut -d / -f 3
50+ )
51+ echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> $GITHUB_ENV
4352 - name : Generate release notes
4453 run : sudo bash /home/runner/work/udroid-download/.github/scripts/generate-release-notes.sh
4554 - name : Create Release
You can’t perform that action at this time.
0 commit comments