Skip to content

Commit ab1eca8

Browse files
attempt to fix workflow 6
1 parent 3828b23 commit ab1eca8

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
@@ -19,4 +19,4 @@ udroid_download=$(
1919
version="V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))"
2020

2121
# export version to github environment
22-
echo "VERSIONTAG=$version" >> $GITHUB_ENV
22+
echo "export VERSIONTAG=$version" >> $GITHUB_ENV

0 commit comments

Comments
 (0)