Skip to content

Commit 2b28837

Browse files
U-METAL103\103U-METAL103\103
authored andcommitted
versionname2
1 parent a458092 commit 2b28837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323

2424
- name: Getting Version Name
25-
run: |
25+
run: |
2626
VERSIONNAME=$(grep -Po 'android:versionName="(.*)"' app/src/main/AndroidManifest.xml | sed -r 's/.*android:versionName="([^ ]+)".*/\1/')
2727
echo "VERSIONNAME=$VERSIONNAME" >> $GITHUB_ENV
2828
echo VERSIONNAME is: $VERSIONNAME

0 commit comments

Comments
 (0)