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.
Compute release tag
1 parent fa9a192 commit 55e0166Copy full SHA for 55e0166
.github/workflows/build-and-release.yml
@@ -50,7 +50,7 @@ jobs:
50
https://github.com/RandomCoderOrg/udroid-download \
51
| tail -n1 | cut -d / -f 3
52
)
53
- echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))" >> $GITHUB_ENV
+ echo "VERSIONTAG=V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -2} + 1))" >> $GITHUB_ENV
54
- name: Generate release notes
55
run: sudo bash /home/runner/work/udroid-download/udroid-download/.github/scripts/generate-release-notes.sh
56
- name: Create Release
0 commit comments