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 34041eb commit 141aec6Copy full SHA for 141aec6
.github/scripts/compute-release-tag.sh
@@ -17,4 +17,4 @@ udroid_download=$(
17
)
18
19
# export version to github environment
20
-echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> $GITHUB_ENV
+echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> "$GITHUB_ENV"
0 commit comments