Skip to content

Commit

Permalink
versionname2
Browse files Browse the repository at this point in the history
  • Loading branch information
U-METAL103\103 authored and U-METAL103\103 committed Mar 16, 2024
1 parent a458092 commit 2b28837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true

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

0 comments on commit 2b28837

Please sign in to comment.