Skip to content

Commit

Permalink
test56
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent ba6b4b1 commit 7cdd0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "GIT_TAG=$(echo ${{ steps.version_name.outputs.VERSION_NAME }})" >> $GITHUB_ENV
- name: Print environment variable
run:
VERSION_NAME=$(grep -o "versionName\s\+.*" app/build.gradle | awk '{ print $2 }' | tr -d \''"\')
VERSION_NAME=$(grep -o "versionName\s\+.*" ./app/build.gradle | awk '{ print $2 }' | tr -d \''"\')
echo "The version name is $VERSION_NAME"


0 comments on commit 7cdd0db

Please sign in to comment.