Skip to content

Commit 34041eb

Browse files
..
1 parent ab1eca8 commit 34041eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ udroid_download=$(
1616
| tail -n1 | cut -d / -f 3
1717
)
1818

19-
version="V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))"
20-
2119
# export version to github environment
22-
echo "export VERSIONTAG=$version" >> $GITHUB_ENV
20+
echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> $GITHUB_ENV

0 commit comments

Comments
 (0)