Skip to content

Commit e5cabc7

Browse files
authored
fix : typo
1 parent 3aa6f52 commit e5cabc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
next_release=$((current_release + 1))
7676

77-
echo "VERSIONTAG=V${udroid_version}ABR${next_release}" >> $GITHUB_ENV
77+
echo "VERSIONTAG=V${udroid_version}R${next_release}" >> $GITHUB_ENV
7878

7979
- name: 📝 Generate Release Notes
8080
run: sudo bash /home/runner/work/udroid-download/udroid-download/.github/scripts/generate-release-notes.sh

0 commit comments

Comments
 (0)