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 a458092 commit 2b28837Copy full SHA for 2b28837
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
submodules: true
23
24
- name: Getting Version Name
25
- run: |
+ run: |
26
VERSIONNAME=$(grep -Po 'android:versionName="(.*)"' app/src/main/AndroidManifest.xml | sed -r 's/.*android:versionName="([^ ]+)".*/\1/')
27
echo "VERSIONNAME=$VERSIONNAME" >> $GITHUB_ENV
28
echo VERSIONNAME is: $VERSIONNAME
0 commit comments