Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxerPanda authored Aug 23, 2024
1 parent 3782d6d commit 9e2cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Extract version from build.gradle
id: extract_version
run: |
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName //;s/"//g')
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName //;s/"//g' | xargs)
echo "VERSION_NAME=$VERSION_NAME"
Expand Down

0 comments on commit 9e2cf2c

Please sign in to comment.