Skip to content

Commit 55e0166

Browse files
fix Compute release tag workflow stage
1 parent fa9a192 commit 55e0166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
https://github.com/RandomCoderOrg/udroid-download \
5151
| tail -n1 | cut -d / -f 3
5252
)
53-
echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> $GITHUB_ENV
53+
echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -2} + 1))" >> $GITHUB_ENV
5454
- name: Generate release notes
5555
run: sudo bash /home/runner/work/udroid-download/udroid-download/.github/scripts/generate-release-notes.sh
5656
- name: Create Release

0 commit comments

Comments
 (0)